Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
---|---|
List<NodeAgentSku> |
AccountOperations.listNodeAgentSkus()
Lists the node agent SKU values supported by the Batch service.
|
List<NodeAgentSku> |
AccountOperations.listNodeAgentSkus(DetailLevel detailLevel)
Lists the node agent SKU values supported by the Batch service.
|
List<NodeAgentSku> |
AccountOperations.listNodeAgentSkus(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the node agent SKU values supported by the Batch service.
|
Modifier and Type | Method and Description |
---|---|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkus()
Lists all node agent SKUs supported by the Azure Batch service.
|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkus(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync()
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.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkusNext(String nextPageLink)
Lists all node agent SKUs supported by the Azure Batch service.
|
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)
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.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
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)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusWithServiceResponseAsync()
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 |
---|---|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(ListOperationCallback<NodeAgentSku> serviceCallback)
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.
|
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.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
ServiceFuture<List<NodeAgentSku>> serviceFuture,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
ServiceFuture<List<NodeAgentSku>> serviceFuture,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
Modifier and Type | Method and Description |
---|---|
NodeAgentSku |
NodeAgentSku.withId(String id)
Set the id value.
|
NodeAgentSku |
NodeAgentSku.withOsType(OSType osType)
Set the osType value.
|
NodeAgentSku |
NodeAgentSku.withVerifiedImageReferences(List<ImageReference> verifiedImageReferences)
Set the verifiedImageReferences value.
|
Copyright © 2019. All rights reserved.