StorageAccountOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(IStorageAccountOperations, StorageAccountCreateParameters)

Initiates the creation of a storage account.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(IStorageAccountOperations, StorageAccountCreateParameters)

Asynchronously initiates the creation of a storage account.

System_CAPS_pubmethodSystem_CAPS_staticCheckNameAvailability(IStorageAccountOperations, String)

Checks for the availability of the specified storage account name.

System_CAPS_pubmethodSystem_CAPS_staticCheckNameAvailabilityAsync(IStorageAccountOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticCreate(IStorageAccountOperations, StorageAccountCreateParameters)

Creates a storage account.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IStorageAccountOperations, StorageAccountCreateParameters)

Asynchronously creates a storage account.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IStorageAccountOperations, String)

Deletes a storage account.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IStorageAccountOperations, String)

Asynchronously deletes a storage account.

System_CAPS_pubmethodSystem_CAPS_staticGet(IStorageAccountOperations, String)

Retrieves information about a storage account.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IStorageAccountOperations, String)

Asynchronously retrieves information about a storage account.

System_CAPS_pubmethodSystem_CAPS_staticGetKeys(IStorageAccountOperations, String)

Retrieves the primary and secondary access keys for a storage account.

System_CAPS_pubmethodSystem_CAPS_staticGetKeysAsync(IStorageAccountOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IStorageAccountOperations)

Lists the storage accounts in a subscription.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IStorageAccountOperations)

Asynchronously lists the storage accounts in a subscription.

System_CAPS_pubmethodSystem_CAPS_staticRegenerateKeys(IStorageAccountOperations, StorageAccountRegenerateKeysParameters)

Regenerates the primary or secondary access key for a storage account.

System_CAPS_pubmethodSystem_CAPS_staticRegenerateKeysAsync(IStorageAccountOperations, StorageAccountRegenerateKeysParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IStorageAccountOperations, String, StorageAccountUpdateParameters)

Updates attributes of a storage account.

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IStorageAccountOperations, String, StorageAccountUpdateParameters)

Asynchronously updates attributes of a storage account.

Return to top
Show: