Uses of Class
com.microsoft.azure.batch.BatchClient
-
Packages that use BatchClient Package Description com.microsoft.azure.batch This package contains classes for writing applications that use the Azure Batch service. -
-
Uses of BatchClient in com.microsoft.azure.batch
Methods in com.microsoft.azure.batch that return BatchClient Modifier and Type Method Description static BatchClientBatchClient. open(BatchCredentials credentials)Creates an instance ofBatchClientassociated with the specified credentials.BatchClientBatchClient. withCustomBehaviors(Collection<BatchClientBehavior> customBehaviors)Sets a collection of behaviors that modify or customize requests to the Batch service.
-