Accounts Interface
public interface Accounts
An instance of this class provides access to all the operations defined in Accounts.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
com.microsoft.azure.PagedList<Pool |
listPoolNodeCounts()
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.azure.PagedList<Pool |
listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.azure.Page<Pool |
listPoolNodeCountsAsync()
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.rest.ServiceFuture<List<Pool |
listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts> serviceCallback)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.azure.Page<Pool |
listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.rest.ServiceFuture<List<Pool |
listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts> serviceCallback)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.azure.PagedList<Pool |
listPoolNodeCountsNext(String nextPageLink)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.azure.PagedList<Pool |
listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.azure.Page<Pool |
listPoolNodeCountsNextAsync(String nextPageLink)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.azure.Page<Pool |
listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.rest.ServiceFuture<List<Pool |
listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.rest.ServiceFuture<List<Pool |
listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Pool |
listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Pool |
listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Pool |
listPoolNodeCountsWithServiceResponseAsync()
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Pool |
listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)
Gets the number of Compute Nodes in each state, grouped by Pool. |
abstract
com.microsoft.azure.PagedList<Image |
listSupportedImages()
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.azure.PagedList<Image |
listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.azure.Page<Image |
listSupportedImagesAsync()
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.rest.ServiceFuture<List<Image |
listSupportedImagesAsync(ListOperationCallback<ImageInformation> serviceCallback)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.azure.Page<Image |
listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.rest.ServiceFuture<List<Image |
listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback<ImageInformation> serviceCallback)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.azure.PagedList<Image |
listSupportedImagesNext(String nextPageLink)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.azure.PagedList<Image |
listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.azure.Page<Image |
listSupportedImagesNextAsync(String nextPageLink)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.azure.Page<Image |
listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.rest.ServiceFuture<List<Image |
listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
com.microsoft.rest.ServiceFuture<List<Image |
listSupportedImagesNextAsync(String nextPageLink, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Image |
listSupportedImagesNextWithServiceResponseAsync(String nextPageLink)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Image |
listSupportedImagesNextWithServiceResponseAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Image |
listSupportedImagesWithServiceResponseAsync()
Lists all Virtual Machine Images supported by the Azure Batch service. |
abstract
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<Image |
listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)
Lists all Virtual Machine Images supported by the Azure Batch service. |
Method Details
listPoolNodeCounts
public abstract PagedList
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Returns:
listPoolNodeCounts
public abstract PagedList
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Returns:
listPoolNodeCountsAsync
public abstract ServiceFuture> listPoolNodeCountsAsync(ListOperationCallback
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsAsync
public abstract ServiceFuture> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNext
public abstract PagedList
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNext
public abstract PagedList
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNextAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNextAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNextAsync
public abstract ServiceFuture> listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture
> serviceFuture, ListOperationCallback
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNextAsync
public abstract ServiceFuture> listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture
> serviceFuture, ListOperationCallback
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNextWithServiceResponseAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsNextWithServiceResponseAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listPoolNodeCountsWithServiceResponseAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Returns:
listPoolNodeCountsWithServiceResponseAsync
public abstract Observable
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
Parameters:
Returns:
listSupportedImages
public abstract PagedList
Lists all Virtual Machine Images supported by the Azure Batch service.
Returns:
listSupportedImages
public abstract PagedList
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Returns:
listSupportedImagesAsync
public abstract ServiceFuture> listSupportedImagesAsync(ListOperationCallback
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesAsync
public abstract ServiceFuture> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNext
public abstract PagedList
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNext
public abstract PagedList
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNextAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNextAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNextAsync
public abstract ServiceFuture> listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture
> serviceFuture, ListOperationCallback
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNextAsync
public abstract ServiceFuture> listSupportedImagesNextAsync(String nextPageLink, ServiceFuture
> serviceFuture, ListOperationCallback
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNextWithServiceResponseAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesNextWithServiceResponseAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
listSupportedImagesWithServiceResponseAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Returns:
listSupportedImagesWithServiceResponseAsync
public abstract Observable
Lists all Virtual Machine Images supported by the Azure Batch service.
Parameters:
Returns:
Applies to
Azure SDK for Java