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

Name Description
System_CAPS_pubmethod BeginCreateWithHttpMessagesAsync(String, String, BatchAccountCreateParameters, Dictionary<String, List<String>>, 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.

System_CAPS_pubmethod BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String, List<String>>, CancellationToken)

Deletes the specified Batch account.

System_CAPS_pubmethod CreateWithHttpMessagesAsync(String, String, BatchAccountCreateParameters, Dictionary<String, List<String>>, 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.

System_CAPS_pubmethod DeleteWithHttpMessagesAsync(String, String, Dictionary<String, List<String>>, CancellationToken)

Deletes the specified Batch account.

System_CAPS_pubmethod GetWithHttpMessagesAsync(String, String, Dictionary<String, List<String>>, CancellationToken)

Gets information about the specified Batch account.

System_CAPS_pubmethod ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String, List<String>>, CancellationToken)

Gets information about the Batch accounts associated within the specified resource group.

System_CAPS_pubmethod ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String, List<String>>, CancellationToken)

Gets information about the Batch accounts associated within the specified resource group.

System_CAPS_pubmethod ListKeysWithHttpMessagesAsync(String, String, Dictionary<String, List<String>>, CancellationToken)

Lists the account keys for the specified Batch account.

System_CAPS_pubmethod ListNextWithHttpMessagesAsync(String, Dictionary<String, List<String>>, CancellationToken)

Gets information about the Batch accounts associated with the subscription.

System_CAPS_pubmethod ListWithHttpMessagesAsync(Dictionary<String, List<String>>, CancellationToken)

Gets information about the Batch accounts associated with the subscription.

System_CAPS_pubmethod RegenerateKeyWithHttpMessagesAsync(String, String, BatchAccountRegenerateKeyParameters, Dictionary<String, List<String>>, CancellationToken)

Regenerates the specified account key for the specified Batch account.

System_CAPS_pubmethod SynchronizeAutoStorageKeysWithHttpMessagesAsync(String, String, Dictionary<String, List<String>>, CancellationToken)

Synchronizes access keys for the auto storage account configured for the specified Batch account.

System_CAPS_pubmethod UpdateWithHttpMessagesAsync(String, String, BatchAccountUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Updates the properties of an existing Batch account.

Extension Methods

Name Description
System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod BeginDelete(String, String)

Deletes the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod BeginDeleteAsync(String, String, CancellationToken)

Deletes the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod Delete(String, String)

Deletes the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String, String, CancellationToken)

Deletes the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod Get(String, String)

Gets information about the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

Gets information about the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod List()

Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListAsync(CancellationToken)

Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListByResourceGroup(String)

Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListByResourceGroupAsync(String, CancellationToken)

Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListByResourceGroupNext(String)

Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListByResourceGroupNextAsync(String, CancellationToken)

Gets information about the Batch accounts associated within the specified resource group. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListKeys(String, String)

Lists the account keys for the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListKeysAsync(String, String, CancellationToken)

Lists the account keys for the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListNext(String)

Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

Gets information about the Batch accounts associated with the subscription. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod RegenerateKey(String, String, BatchAccountRegenerateKeyParameters)

Regenerates the specified account key for the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod RegenerateKeyAsync(String, String, BatchAccountRegenerateKeyParameters, CancellationToken)

Regenerates the specified account key for the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod SynchronizeAutoStorageKeys(String, String)

Synchronizes access keys for the auto storage account configured for the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod SynchronizeAutoStorageKeysAsync(String, String, CancellationToken)

Synchronizes access keys for the auto storage account configured for the specified Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod Update(String, String, BatchAccountUpdateParameters)

Updates the properties of an existing Batch account. (Defined by AccountOperationsExtensions.)

System_CAPS_pubmethod 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