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<PoolNodeCounts> listPoolNodeCounts()

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.azure.PagedList<PoolNodeCounts> listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract rx.Observable<com.microsoft.azure.Page<PoolNodeCounts>> listPoolNodeCountsAsync()

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.rest.ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts> serviceCallback)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract rx.Observable<com.microsoft.azure.Page<PoolNodeCounts>> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.rest.ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts> serviceCallback)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.azure.PagedList<PoolNodeCounts> listPoolNodeCountsNext(String nextPageLink)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.azure.PagedList<PoolNodeCounts> listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract rx.Observable<com.microsoft.azure.Page<PoolNodeCounts>> listPoolNodeCountsNextAsync(String nextPageLink)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract rx.Observable<com.microsoft.azure.Page<PoolNodeCounts>> listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.rest.ServiceFuture<List<PoolNodeCounts>> 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<PoolNodeCounts>> 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<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> 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<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> 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<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsWithServiceResponseAsync()

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)

Gets the number of Compute Nodes in each state, grouped by Pool.

abstract com.microsoft.azure.PagedList<ImageInformation> listSupportedImages()

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract com.microsoft.azure.PagedList<ImageInformation> listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract rx.Observable<com.microsoft.azure.Page<ImageInformation>> listSupportedImagesAsync()

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract com.microsoft.rest.ServiceFuture<List<ImageInformation>> listSupportedImagesAsync(ListOperationCallback<ImageInformation> serviceCallback)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract rx.Observable<com.microsoft.azure.Page<ImageInformation>> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract com.microsoft.rest.ServiceFuture<List<ImageInformation>> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback<ImageInformation> serviceCallback)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract com.microsoft.azure.PagedList<ImageInformation> listSupportedImagesNext(String nextPageLink)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract com.microsoft.azure.PagedList<ImageInformation> listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract rx.Observable<com.microsoft.azure.Page<ImageInformation>> listSupportedImagesNextAsync(String nextPageLink)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract rx.Observable<com.microsoft.azure.Page<ImageInformation>> listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract com.microsoft.rest.ServiceFuture<List<ImageInformation>> 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<ImageInformation>> 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<ImageInformation>,AccountListSupportedImagesHeaders>> 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<ImageInformation>,AccountListSupportedImagesHeaders>> 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<ImageInformation>,AccountListSupportedImagesHeaders>> listSupportedImagesWithServiceResponseAsync()

Lists all Virtual Machine Images supported by the Azure Batch service.

abstract rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<ImageInformation>,AccountListSupportedImagesHeaders>> listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Method Details

listPoolNodeCounts

public abstract PagedList listPoolNodeCounts()

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:

the PagedList<PoolNodeCounts> object if successful.

listPoolNodeCounts

public abstract PagedList listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)

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:

accountListPoolNodeCountsOptions - Additional parameters for the operation

Returns:

the PagedList<PoolNodeCounts> object if successful.

listPoolNodeCountsAsync

public abstract Observable<>> listPoolNodeCountsAsync()

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:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsAsync

public abstract ServiceFuture<>> listPoolNodeCountsAsync(ListOperationCallback serviceCallback)

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:

serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listPoolNodeCountsAsync

public abstract Observable<>> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)

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:

accountListPoolNodeCountsOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsAsync

public abstract ServiceFuture<>> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback serviceCallback)

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:

accountListPoolNodeCountsOptions - Additional parameters for the operation
serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listPoolNodeCountsNext

public abstract PagedList listPoolNodeCountsNext(String nextPageLink)

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:

nextPageLink - The NextLink from the previous successful call to List operation.

Returns:

the PagedList<PoolNodeCounts> object if successful.

listPoolNodeCountsNext

public abstract PagedList listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)

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:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListPoolNodeCountsNextOptions - Additional parameters for the operation

Returns:

the PagedList<PoolNodeCounts> object if successful.

listPoolNodeCountsNextAsync

public abstract Observable<>> listPoolNodeCountsNextAsync(String nextPageLink)

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:

nextPageLink - The NextLink from the previous successful call to List operation.

Returns:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsNextAsync

public abstract Observable<>> listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)

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:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListPoolNodeCountsNextOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsNextAsync

public abstract ServiceFuture<>> listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture<>> serviceFuture, ListOperationCallback serviceCallback)

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:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListPoolNodeCountsNextOptions - Additional parameters for the operation
serviceFuture - the ServiceFuture object tracking the Retrofit calls
serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listPoolNodeCountsNextAsync

public abstract ServiceFuture<>> listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture<>> serviceFuture, ListOperationCallback serviceCallback)

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:

nextPageLink - The NextLink from the previous successful call to List operation.
serviceFuture - the ServiceFuture object tracking the Retrofit calls
serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listPoolNodeCountsNextWithServiceResponseAsync

public abstract Observable<><>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink)

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:

nextPageLink - The NextLink from the previous successful call to List operation.

Returns:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsNextWithServiceResponseAsync

public abstract Observable<><>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)

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:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListPoolNodeCountsNextOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsWithServiceResponseAsync

public abstract Observable<><>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsWithServiceResponseAsync()

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:

the observable to the PagedList<PoolNodeCounts> object

listPoolNodeCountsWithServiceResponseAsync

public abstract Observable<><>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)

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:

accountListPoolNodeCountsOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<PoolNodeCounts> object

listSupportedImages

public abstract PagedList listSupportedImages()

Lists all Virtual Machine Images supported by the Azure Batch service.

Returns:

the PagedList<ImageInformation> object if successful.

listSupportedImages

public abstract PagedList listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

accountListSupportedImagesOptions - Additional parameters for the operation

Returns:

the PagedList<ImageInformation> object if successful.

listSupportedImagesAsync

public abstract Observable<>> listSupportedImagesAsync()

Lists all Virtual Machine Images supported by the Azure Batch service.

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesAsync

public abstract ServiceFuture<>> listSupportedImagesAsync(ListOperationCallback serviceCallback)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listSupportedImagesAsync

public abstract Observable<>> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

accountListSupportedImagesOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesAsync

public abstract ServiceFuture<>> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback serviceCallback)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

accountListSupportedImagesOptions - Additional parameters for the operation
serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listSupportedImagesNext

public abstract PagedList listSupportedImagesNext(String nextPageLink)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.

Returns:

the PagedList<ImageInformation> object if successful.

listSupportedImagesNext

public abstract PagedList listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListSupportedImagesNextOptions - Additional parameters for the operation

Returns:

the PagedList<ImageInformation> object if successful.

listSupportedImagesNextAsync

public abstract Observable<>> listSupportedImagesNextAsync(String nextPageLink)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesNextAsync

public abstract Observable<>> listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListSupportedImagesNextOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesNextAsync

public abstract ServiceFuture<>> listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture<>> serviceFuture, ListOperationCallback serviceCallback)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListSupportedImagesNextOptions - Additional parameters for the operation
serviceFuture - the ServiceFuture object tracking the Retrofit calls
serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listSupportedImagesNextAsync

public abstract ServiceFuture<>> listSupportedImagesNextAsync(String nextPageLink, ServiceFuture<>> serviceFuture, ListOperationCallback serviceCallback)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.
serviceFuture - the ServiceFuture object tracking the Retrofit calls
serviceCallback - the async ServiceCallback to handle successful and failed responses.

Returns:

the ServiceFuture object

listSupportedImagesNextWithServiceResponseAsync

public abstract Observable<><>,AccountListSupportedImagesHeaders>> listSupportedImagesNextWithServiceResponseAsync(String nextPageLink)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesNextWithServiceResponseAsync

public abstract Observable<><>,AccountListSupportedImagesHeaders>> listSupportedImagesNextWithServiceResponseAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

nextPageLink - The NextLink from the previous successful call to List operation.
accountListSupportedImagesNextOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesWithServiceResponseAsync

public abstract Observable<><>,AccountListSupportedImagesHeaders>> listSupportedImagesWithServiceResponseAsync()

Lists all Virtual Machine Images supported by the Azure Batch service.

Returns:

the observable to the PagedList<ImageInformation> object

listSupportedImagesWithServiceResponseAsync

public abstract Observable<><>,AccountListSupportedImagesHeaders>> listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)

Lists all Virtual Machine Images supported by the Azure Batch service.

Parameters:

accountListSupportedImagesOptions - Additional parameters for the operation

Returns:

the observable to the PagedList<ImageInformation> object

Applies to