IAccountOperations Interface
AccountOperations operations.
Namespace: Microsoft.Azure.Management.Batch
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public interface IAccountOperations
public interface class IAccountOperations
type IAccountOperations = interface end
Public Interface IAccountOperations
Methods
Extension Methods
| Name | Description | |
|---|---|---|
![]() |
BeginCreate(String, String, BatchAccountCreateParameters) | Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API. (Defined by AccountOperationsExtensions.) |
![]() |
BeginCreateAsync(String, String, BatchAccountCreateParameters, CancellationToken) | Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API. (Defined by AccountOperationsExtensions.) |
![]() |
BeginDelete(String, String) | Deletes the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
BeginDeleteAsync(String, String, CancellationToken) | Deletes the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
Create(String, String, BatchAccountCreateParameters) | Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API. (Defined by AccountOperationsExtensions.) |
![]() |
CreateAsync(String, String, BatchAccountCreateParameters, CancellationToken) | Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API. (Defined by AccountOperationsExtensions.) |
![]() |
Delete(String, String) | Deletes the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
DeleteAsync(String, String, CancellationToken) | Deletes the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
Get(String, String) | Gets information about the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
GetAsync(String, String, CancellationToken) | Gets information about the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
List() | Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.) |
![]() |
ListAsync(CancellationToken) | Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.) |
![]() |
ListByResourceGroup(String) | Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.) |
![]() |
ListByResourceGroupAsync(String, CancellationToken) | Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.) |
![]() |
ListByResourceGroupNext(String) | Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.) |
![]() |
ListByResourceGroupNextAsync(String, CancellationToken) | Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.) |
![]() |
ListKeys(String, String) | Lists the account keys for the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
ListKeysAsync(String, String, CancellationToken) | Lists the account keys for the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
ListNext(String) | Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.) |
![]() |
ListNextAsync(String, CancellationToken) | Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.) |
![]() |
RegenerateKey(String, String, BatchAccountRegenerateKeyParameters) | Regenerates the specified account key for the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
RegenerateKeyAsync(String, String, BatchAccountRegenerateKeyParameters, CancellationToken) | Regenerates the specified account key for the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
SynchronizeAutoStorageKeys(String, String) | Synchronizes access keys for the auto storage account configured for the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
SynchronizeAutoStorageKeysAsync(String, String, CancellationToken) | Synchronizes access keys for the auto storage account configured for the specified Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
Update(String, String, BatchAccountUpdateParameters) | Updates the properties of an existing Batch account. (Defined by AccountOperationsExtensions.) |
![]() |
UpdateAsync(String, String, BatchAccountUpdateParameters, CancellationToken) | Updates the properties of an existing Batch account. (Defined by AccountOperationsExtensions.) |
See Also
Microsoft.Azure.Management.Batch Namespace
Return to top
.jpeg)