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
credentials
Type: Microsoft.Azure.Batch.Protocol.BatchCredentialsRequired. Gets the credentials for authorizing to the Azure Batch API.
See Also
BatchRestClient Overload
BatchRestClient Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top