AccountOperationsExtensions Class

Definition

Extension methods for AccountOperations.

public static class AccountOperationsExtensions
type AccountOperationsExtensions = class
Public Module AccountOperationsExtensions
Inheritance
AccountOperationsExtensions

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