Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkus(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusWithServiceResponseAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
Modifier and Type | Method and Description |
---|---|
AccountListNodeAgentSkusOptions |
AccountListNodeAgentSkusOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
AccountListNodeAgentSkusOptions |
AccountListNodeAgentSkusOptions.withFilter(String filter)
Set the filter value.
|
AccountListNodeAgentSkusOptions |
AccountListNodeAgentSkusOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
AccountListNodeAgentSkusOptions |
AccountListNodeAgentSkusOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
AccountListNodeAgentSkusOptions |
AccountListNodeAgentSkusOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
AccountListNodeAgentSkusOptions |
AccountListNodeAgentSkusOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.