AccountOperations Class
- java.
lang. Object - IInheritedBehaviors
- com.
microsoft. azure. batch. AccountOperations
- com.
public class AccountOperations implements IInheritedBehaviors
Performs account-related operations on an Azure Batch account.
Method Summary
Modifier and Type | Method and Description |
---|---|
Collection<Batch |
customBehaviors()
Gets a collection of behaviors that modify or customize requests to the Batch service. |
PagedList<Node |
listNodeAgentSkus()
Lists the node agent SKU values supported by the Batch service. |
PagedList<Node |
listNodeAgentSkus(DetailLevel detailLevel)
Lists the node agent SKU values supported by the Batch service. |
PagedList<Node |
listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
Lists the node agent SKU values supported by the Batch service. |
PagedList<Pool |
listPoolNodeCounts()
Gets the number of nodes in each state, grouped by pool. |
PagedList<Pool |
listPoolNodeCounts(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
Gets the number of nodes in each state, grouped by pool. |
IInherited |
withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service. |
Method Details
customBehaviors
public Collection
Gets a collection of behaviors that modify or customize requests to the Batch service.
Overrides:
AccountOperations.customBehaviors()Returns:
listNodeAgentSkus
public PagedList
Lists the node agent SKU values supported by the Batch service.
Returns:
Throws:
listNodeAgentSkus
public PagedList
Lists the node agent SKU values supported by the Batch service.
Parameters:
Returns:
Throws:
listNodeAgentSkus
public PagedList
Lists the node agent SKU values supported by the Batch service.
Parameters:
Returns:
Throws:
listPoolNodeCounts
public PagedList
Gets the number of nodes in each state, grouped by pool.
Returns:
Throws:
listPoolNodeCounts
public PagedList
Gets the number of nodes in each state, grouped by pool.
Parameters:
Returns:
Throws:
withCustomBehaviors
public IInheritedBehaviors withCustomBehaviors(Collection
Sets a collection of behaviors that modify or customize requests to the Batch service.
Overrides:
AccountOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)Parameters:
Returns: