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)

public interface class IStorageAccountOperations

NameDescription
System_CAPS_pubmethodBeginCreatingAsync(StorageAccountCreateParameters^, CancellationToken)

Asynchronously initiates the creation of a storage account.

System_CAPS_pubmethodCheckNameAvailabilityAsync(String^, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(StorageAccountCreateParameters^, CancellationToken)

Asynchronously creates a storage account.

System_CAPS_pubmethodDeleteAsync(String^, CancellationToken)

Asynchronously deletes a storage account.

System_CAPS_pubmethodGetAsync(String^, CancellationToken)

Asynchronously retrieves information about a storage account.

System_CAPS_pubmethodGetKeysAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(CancellationToken)

Asynchronously lists the storage accounts in a subscription.

System_CAPS_pubmethodRegenerateKeysAsync(StorageAccountRegenerateKeysParameters^, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String^, StorageAccountUpdateParameters^, CancellationToken)

Asynchronously updates attributes of a storage account.

NameDescription
System_CAPS_pubmethodBeginCreating(StorageAccountCreateParameters^)

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

System_CAPS_pubmethodBeginCreatingAsync(StorageAccountCreateParameters^)

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

System_CAPS_pubmethodCheckNameAvailability(String^)

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

System_CAPS_pubmethodCheckNameAvailabilityAsync(String^)

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

System_CAPS_pubmethodCreate(StorageAccountCreateParameters^)

Creates a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(StorageAccountCreateParameters^)

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

System_CAPS_pubmethodDelete(String^)

Deletes a storage account.(Defined by StorageAccountOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String^)

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

System_CAPS_pubmethodGet(String^)

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

System_CAPS_pubmethodGetAsync(String^)

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

System_CAPS_pubmethodGetKeys(String^)

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

System_CAPS_pubmethodGetKeysAsync(String^)

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

System_CAPS_pubmethodList()

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

System_CAPS_pubmethodListAsync()

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

System_CAPS_pubmethodRegenerateKeys(StorageAccountRegenerateKeysParameters^)

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

System_CAPS_pubmethodRegenerateKeysAsync(StorageAccountRegenerateKeysParameters^)

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

System_CAPS_pubmethodUpdate(String^, StorageAccountUpdateParameters^)

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

System_CAPS_pubmethodUpdateAsync(String^, StorageAccountUpdateParameters^)

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

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

Return to top
Show: