BatchRestClient Constructor (HttpClient)

 

Initializes a new instance of the BatchRestClient class.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public BatchRestClient(
    HttpClient httpClient
)
public:
BatchRestClient(
    HttpClient^ httpClient
)
new : 
        httpClient:HttpClient -> BatchRestClient
Public Sub New (
    httpClient As HttpClient
)

Parameters

See Also

BatchRestClient Overload
BatchRestClient Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top