Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountOperations
Performs account-related operations on an Azure Batch account.
|
class |
ApplicationOperations
Performs application-related operations on an Azure Batch account.
|
class |
CertificateOperations
Performs certificate-related operations on an Azure Batch account.
|
class |
ComputeNodeOperations
Performs compute node-related operations on an Azure Batch account.
|
class |
FileOperations
Performs file-related operations on an Azure Batch account.
|
class |
JobOperations
Performs job-related operations on an Azure Batch account.
|
class |
JobScheduleOperations
Performs job schedule-related operations on an Azure Batch account.
|
class |
PoolOperations
Performs pool-related operations on an Azure Batch account.
|
class |
TaskOperations
Performs task-related operations on an Azure Batch account.
|
Modifier and Type | Method and Description |
---|---|
IInheritedBehaviors |
ApplicationOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
ComputeNodeOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
IInheritedBehaviors.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
TaskOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
JobOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
AccountOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
CertificateOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
PoolOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
FileOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
JobScheduleOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
Copyright © 2019. All rights reserved.