IStorageAccountOperations Interface

 

Represents the interface for operations that are used to manage storage accounts.

Namespace:   Microsoft.WindowsAzure.Management.Storage
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Syntax

public interface IStorageAccountOperations
public interface class IStorageAccountOperations
type IStorageAccountOperations = interface end
Public Interface IStorageAccountOperations

Methods

Name Description
System_CAPS_pubmethod BeginCreatingAsync(StorageAccountCreateParameters, CancellationToken)

Asynchronously initiates the creation of a storage account.

System_CAPS_pubmethod CheckNameAvailabilityAsync(String, CancellationToken)

Asynchronously checks for the availability of the specified storage account name.

System_CAPS_pubmethod CreateAsync(StorageAccountCreateParameters, CancellationToken)

Asynchronously creates a storage account.

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

Asynchronously deletes a storage account.

System_CAPS_pubmethod GetAsync(String, CancellationToken)

Asynchronously retrieves information about a storage account.

System_CAPS_pubmethod GetKeysAsync(String, CancellationToken)

Asynchronously retrieves the primary and secondary access keys for a storage account.

System_CAPS_pubmethod ListAsync(CancellationToken)

Asynchronously lists the storage accounts in a subscription.

System_CAPS_pubmethod RegenerateKeysAsync(StorageAccountRegenerateKeysParameters, CancellationToken)

Asynchronously regenerates the primary or secondary access key for a storage account.

System_CAPS_pubmethod UpdateAsync(String, StorageAccountUpdateParameters, CancellationToken)

Asynchronously updates attributes of a storage account.

Extension Methods

Name Description
System_CAPS_pubmethod BeginCreating(StorageAccountCreateParameters)

Initiates the creation of a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod BeginCreatingAsync(StorageAccountCreateParameters)

Asynchronously initiates the creation of a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod CheckNameAvailability(String)

Checks for the availability of the specified storage account name.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod CheckNameAvailabilityAsync(String)

Asynchronously checks for the availability of the specified storage account name.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod Create(StorageAccountCreateParameters)

Creates a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(StorageAccountCreateParameters)

Asynchronously creates a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod Delete(String)

Deletes a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String)

Asynchronously deletes a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod Get(String)

Retrieves information about a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

Asynchronously retrieves information about a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod GetKeys(String)

Retrieves the primary and secondary access keys for a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod GetKeysAsync(String)

Asynchronously retrieves the primary and secondary access keys for a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod List()

Lists the storage accounts in a subscription.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

Asynchronously lists the storage accounts in a subscription.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod RegenerateKeys(StorageAccountRegenerateKeysParameters)

Regenerates the primary or secondary access key for a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod RegenerateKeysAsync(StorageAccountRegenerateKeysParameters)

Asynchronously regenerates the primary or secondary access key for a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod Update(String, StorageAccountUpdateParameters)

Updates attributes of a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethod UpdateAsync(String, StorageAccountUpdateParameters)

Asynchronously updates attributes of a storage account.(Defined by StorageAccountOperationsExtensions.)

Remarks

For more information about managing storage accounts, see the following resources:

See Also

Microsoft.WindowsAzure.Management.Storage Namespace

Return to top