com.microsoft.azure.batch

This package contains the classes for BatchServiceClient. A client for issuing REST requests to 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 createTasks(String jobId, List<TaskAddParameter> taskList) operation is terminated.

DetailLevel

Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources.

DetailLevel.Builder

The builder class to initiate a DetailLevel 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.

Interfaces

IInheritedBehaviors

This interface defines methods and properties that are inherited from the instantiating parent object.