This documentation is archived and is not being maintained.
StorageAccountOperationsExtensions Class
Represents the extensions for storage account management.
Namespace:
Microsoft.WindowsAzure.Management.StorageAssembly:
Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
System.Object Microsoft.WindowsAzure.Management.Storage.StorageAccountOperationsExtensions
[<AbstractClass>]
[<Sealed>]
type StorageAccountOperationsExtensions = class end
| Name | Description |
|---|
  | BeginCreating(IStorageAccountOperations, StorageAccountCreateParameters) | Initiates the creation of a storage account. |
  | BeginCreatingAsync(IStorageAccountOperations, StorageAccountCreateParameters) | Asynchronously initiates the creation of a storage account. |
  | CheckNameAvailability(IStorageAccountOperations, String) | Checks for the availability of the specified storage account name. |
  | CheckNameAvailabilityAsync(IStorageAccountOperations, String) | Asynchronously checks for the availability of the specified storage account name. |
  | Create(IStorageAccountOperations, StorageAccountCreateParameters) | Creates a storage account. |
  | CreateAsync(IStorageAccountOperations, StorageAccountCreateParameters) | Asynchronously creates a storage account. |
  | Delete(IStorageAccountOperations, String) | Deletes a storage account. |
  | DeleteAsync(IStorageAccountOperations, String) | Asynchronously deletes a storage account. |
  | Get(IStorageAccountOperations, String) | Retrieves information about a storage account. |
  | GetAsync(IStorageAccountOperations, String) | Asynchronously retrieves information about a storage account. |
  | GetKeys(IStorageAccountOperations, String) | Retrieves the primary and secondary access keys for a storage account. |
  | GetKeysAsync(IStorageAccountOperations, String) | Asynchronously retrieves the primary and secondary access keys for a storage account. |
  | List(IStorageAccountOperations) | Lists the storage accounts in a subscription. |
  | ListAsync(IStorageAccountOperations) | Asynchronously lists the storage accounts in a subscription. |
  | RegenerateKeys(IStorageAccountOperations, StorageAccountRegenerateKeysParameters) | Regenerates the primary or secondary access key for a storage account. |
  | RegenerateKeysAsync(IStorageAccountOperations, StorageAccountRegenerateKeysParameters) | Asynchronously regenerates the primary or secondary access key for a storage account. |
  | Update(IStorageAccountOperations, String, StorageAccountUpdateParameters) | Updates attributes of a storage account. |
  | UpdateAsync(IStorageAccountOperations, String, StorageAccountUpdateParameters) | Asynchronously updates attributes of a storage account. |
For more information about managing storage accounts, see the following resources:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top