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.listNodeAgentSkusNext(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions,
ServiceFuture<List<NodeAgentSku>> serviceFuture,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusNextWithServiceResponseAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
Modifier and Type | Method and Description |
---|---|
AccountListNodeAgentSkusNextOptions |
AccountListNodeAgentSkusNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
AccountListNodeAgentSkusNextOptions |
AccountListNodeAgentSkusNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
AccountListNodeAgentSkusNextOptions |
AccountListNodeAgentSkusNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.