public class AccountOperations extends Object implements IInheritedBehaviors
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchClientBehavior> |
customBehaviors()
Gets a collection of behaviors that modify or customize requests to the Batch service.
|
List<NodeAgentSku> |
listNodeAgentSkus()
Lists the node agent SKU values supported by the Batch service.
|
List<NodeAgentSku> |
listNodeAgentSkus(DetailLevel detailLevel)
Lists the node agent SKU values supported by the Batch service.
|
List<NodeAgentSku> |
listNodeAgentSkus(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the node agent SKU values supported by the Batch service.
|
IInheritedBehaviors |
withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
public Collection<BatchClientBehavior> customBehaviors()
customBehaviors in interface IInheritedBehaviorsBatchClientBehavior instances.public IInheritedBehaviors withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
withCustomBehaviors in interface IInheritedBehaviorsbehaviors - The collection of BatchClientBehavior instances.public List<NodeAgentSku> listNodeAgentSkus() throws BatchErrorException, IOException
NodeAgentSku objects.BatchErrorException - Exception thrown when an error response is received from the Batch service.IOException - Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.public List<NodeAgentSku> listNodeAgentSkus(DetailLevel detailLevel) throws BatchErrorException, IOException
detailLevel - A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.NodeAgentSku objects.BatchErrorException - Exception thrown when an error response is received from the Batch service.IOException - Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.public List<NodeAgentSku> listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors) throws BatchErrorException, IOException
detailLevel - A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.additionalBehaviors - A collection of BatchClientBehavior instances that are applied to the Batch service request.NodeAgentSku objects.BatchErrorException - Exception thrown when an error response is received from the Batch service.IOException - Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.Copyright © 2019. All rights reserved.