com.microsoft.azure.batch
This package contains classes for writing applications that use the Azure Batch service.
Classes
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 |
Performs certificate-related operations on an Azure Batch account. |
ComputeNodeOperations |
Performs compute node-related operations on an Azure Batch account. |
CreateTasksErrorException |
The exception that is thrown when the TaskOperations#createTasks(String, List) operation is terminated. |
DetailLevel |
Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources. |
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. |
DetailLevel.Builder |
The builder class to initiate a DetailLevel instance. |
Interfaces
IInheritedBehaviors |
This interface defines methods and properties that are inherited from the instantiating parent object. Classes that implement this interface inherit behaviors when they are instantiated. In this model, the collections are independent but the members are shared references. Members of this collection alter or customize various behaviors of Azure Batch service client objects. These behaviors are generally inherited by any child class instances. Modifications are applied in the order of the collection. The last write wins. |