AccountOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |