Accounts.listNodeAgentSkus Method
Definition
Overloads
| listNodeAgentSkus() |
Lists all node agent SKUs supported by the Azure Batch service.
|
| listNodeAgentSkus(final AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions) |
Lists all node agent SKUs supported by the Azure Batch service.
|
listNodeAgentSkus()
Lists all node agent SKUs supported by the Azure Batch service.
public PagedList<NodeAgentSku> listNodeAgentSkus()
Returns
the PagedList<NodeAgentSku> object if successful.
Exceptions
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent
listNodeAgentSkus(final AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
public PagedList<NodeAgentSku> listNodeAgentSkus(final AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Parameters
- accountListNodeAgentSkusOptions
- final AccountListNodeAgentSkusOptions
Additional parameters for the operation
Returns
the PagedList<NodeAgentSku> object if successful.
Exceptions
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent