BatchRequest.RestClient Property
Gets or sets the REST client that will be used for this request.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public BatchRestClient RestClient { get; set; }
public:
property BatchRestClient^ RestClient {
BatchRestClient^ get();
void set(BatchRestClient^ value);
}
member RestClient : BatchRestClient with get, set
Public Property RestClient As BatchRestClient
Property Value
Type: Microsoft.Azure.Batch.Protocol.BatchRestClient
See Also
BatchRequest Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top