Aracılığıyla paylaş


IAccountOperations Interface

Definition

AccountOperations operations.

public interface IAccountOperations
type IAccountOperations = interface
Public Interface IAccountOperations

Methods

ListPoolNodeCountsNextWithHttpMessagesAsync(String, AccountListPoolNodeCountsNextOptions, Dictionary<String,List<String>>, CancellationToken)

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.

ListPoolNodeCountsWithHttpMessagesAsync(AccountListPoolNodeCountsOptions, Dictionary<String,List<String>>, CancellationToken)

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.

ListSupportedImagesNextWithHttpMessagesAsync(String, AccountListSupportedImagesNextOptions, Dictionary<String,List<String>>, CancellationToken)

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

ListSupportedImagesWithHttpMessagesAsync(AccountListSupportedImagesOptions, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

ListPoolNodeCounts(IAccountOperations, 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.

ListPoolNodeCountsAsync(IAccountOperations, AccountListPoolNodeCountsOptions, CancellationToken)

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.

ListPoolNodeCountsNext(IAccountOperations, String, 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.

ListPoolNodeCountsNextAsync(IAccountOperations, String, AccountListPoolNodeCountsNextOptions, CancellationToken)

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.

ListSupportedImages(IAccountOperations, AccountListSupportedImagesOptions)

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

ListSupportedImagesAsync(IAccountOperations, AccountListSupportedImagesOptions, CancellationToken)

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

ListSupportedImagesNext(IAccountOperations, String, AccountListSupportedImagesNextOptions)

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

ListSupportedImagesNextAsync(IAccountOperations, String, AccountListSupportedImagesNextOptions, CancellationToken)

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

Applies to