IAccountOperations Interface
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.
AccountOperations operations.
public interface IAccountOperations
type IAccountOperations = interface
Public Interface IAccountOperations
Methods
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
Azure SDK for .NET