BatchRestClient Constructor (BatchCredentials)

 

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
)
public:
BatchRestClient(
    BatchCredentials^ credentials
)
new : 
        credentials:BatchCredentials -> BatchRestClient
Public Sub New (
    credentials As BatchCredentials
)

Parameters

See Also

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

Return to top