BatchRestClient Constructor (BatchCredentials, Uri, 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(
    BatchCredentials credentials,
    Uri baseUri,
    HttpClient httpClient
)
public:
BatchRestClient(
    BatchCredentials^ credentials,
    Uri^ baseUri,
    HttpClient^ httpClient
)
new : 
        credentials:BatchCredentials *
        baseUri:Uri *
        httpClient:HttpClient -> BatchRestClient
Public Sub New (
    credentials As BatchCredentials,
    baseUri As Uri,
    httpClient As HttpClient
)

Parameters

  • baseUri
    Type: System.Uri

    Optional. Gets the URI used as the base for all cloud service requests.

See Also

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

Return to top