Package com.microsoft.azure.batch
This package contains the classes for BatchServiceClient.
A client for issuing REST requests to the Azure Batch service.
-
Interface Summary Interface Description IInheritedBehaviors This interface defines methods and properties that are inherited from the instantiating parent object. -
Class Summary Class Description AccountOperations Performs account-related operations on an Azure Batch account.ApplicationOperations Performs application-related operations on an Azure Batch account.BatchClient A client for an Azure Batch account, used to access the Batch service.BatchClientBehavior Classes derived from the BatchClientBehavior class modify operational behaviors of an Azure Batch client.BatchErrorCodeStrings Error code strings returned from the Batch service.CertificateOperations Deprecated. ComputeNodeOperations Performs compute node-related operations on an Azure Batch account.DetailLevel Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources.DetailLevel.Builder The builder class to initiate aDetailLevel
instance.FileOperations Performs file-related operations on an Azure Batch account.JobOperations Performs job-related operations on an Azure Batch account.JobScheduleOperations Performs job schedule-related operations on an Azure Batch account.JobSchedulingErrorCodes Contains error codes specific to job scheduling errors.PoolOperations Performs pool-related operations on an Azure Batch account.PoolResizeErrorCodes Contains error codes specific to pool resize errors.TaskFailureInformationCodes Contains error codes specific to task failure information.TaskOperations Performs task-related operations on an Azure Batch account. -
Exception Summary Exception Description CreateTasksErrorException The exception that is thrown when theTaskOperations.createTasks(String, List)
operation is terminated.