AccountOperations.listNodeAgentSkus 方法
定义
重载
listNodeAgentSkus() |
Lists the node agent SKU values supported by the Batch service.
|
listNodeAgentSkus(DetailLevel detailLevel) |
Lists the node agent SKU values supported by the Batch service.
|
listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors) |
Lists the node agent SKU values supported by the Batch service.
|
listNodeAgentSkus()
Lists the node agent SKU values supported by the Batch service.
public PagedList<NodeAgentSku> listNodeAgentSkus()
返回
A list of NodeAgentSku objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.
listNodeAgentSkus(DetailLevel detailLevel)
Lists the node agent SKU values supported by the Batch service.
public PagedList<NodeAgentSku> listNodeAgentSkus(DetailLevel detailLevel)
参数
- detailLevel
- DetailLevel
A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.
返回
A list of NodeAgentSku objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.
listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
Lists the node agent SKU values supported by the Batch service.
public PagedList<NodeAgentSku> listNodeAgentSkus(DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
参数
- detailLevel
- DetailLevel
A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.
- additionalBehaviors
- Iterable<BatchClientBehavior>
A collection of BatchClientBehavior instances that are applied to the Batch service request.
返回
A list of NodeAgentSku objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.