IStorageAccountOperations Members
Represents the interface for operations that are used to manage storage accounts.
The following tables list the members exposed by the IStorageAccountOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
BeginCreatingAsync | Asynchronously initiates the creation of a storage account. | |
CheckNameAvailabilityAsync | Asynchronously checks for the availability of the specified storage account name. | |
CreateAsync | Asynchronously creates a storage account. | |
DeleteAsync | Asynchronously deletes a storage account. | |
GetAsync | Asynchronously retrieves information about a storage account. | |
GetKeysAsync | Asynchronously retrieves the primary and secondary access keys for a storage account. | |
ListAsync | Asynchronously lists the storage accounts in a subscription. | |
RegenerateKeysAsync | Asynchronously regenerates the primary or secondary access key for a storage account. | |
UpdateAsync | Asynchronously updates attributes of a storage account. |
Top
Extension Methods
Name | Description | |
---|---|---|
BeginCreating | Initiates the creation of a storage account. (Defined by StorageAccountOperationsExtensions.) | |
BeginCreatingAsync | Asynchronously initiates the creation of a storage account. (Defined by StorageAccountOperationsExtensions.) | |
CheckNameAvailability | Checks for the availability of the specified storage account name. (Defined by StorageAccountOperationsExtensions.) | |
CheckNameAvailabilityAsync | Asynchronously checks for the availability of the specified storage account name. (Defined by StorageAccountOperationsExtensions.) | |
Create | Creates a storage account. (Defined by StorageAccountOperationsExtensions.) | |
CreateAsync | Asynchronously creates a storage account. (Defined by StorageAccountOperationsExtensions.) | |
Delete | Deletes a storage account. (Defined by StorageAccountOperationsExtensions.) | |
DeleteAsync | Asynchronously deletes a storage account. (Defined by StorageAccountOperationsExtensions.) | |
Get | Retrieves information about a storage account. (Defined by StorageAccountOperationsExtensions.) | |
GetAsync | Asynchronously retrieves information about a storage account. (Defined by StorageAccountOperationsExtensions.) | |
GetKeys | Retrieves the primary and secondary access keys for a storage account. (Defined by StorageAccountOperationsExtensions.) | |
GetKeysAsync | Asynchronously retrieves the primary and secondary access keys for a storage account. (Defined by StorageAccountOperationsExtensions.) | |
List | Lists the storage accounts in a subscription. (Defined by StorageAccountOperationsExtensions.) | |
ListAsync | Asynchronously lists the storage accounts in a subscription. (Defined by StorageAccountOperationsExtensions.) | |
RegenerateKeys | Regenerates the primary or secondary access key for a storage account. (Defined by StorageAccountOperationsExtensions.) | |
RegenerateKeysAsync | Asynchronously regenerates the primary or secondary access key for a storage account. (Defined by StorageAccountOperationsExtensions.) | |
Update | Updates attributes of a storage account. (Defined by StorageAccountOperationsExtensions.) | |
UpdateAsync | Asynchronously updates attributes of a storage account. (Defined by StorageAccountOperationsExtensions.) |
Top
See Also
Reference
IStorageAccountOperations Interface
Microsoft.WindowsAzure.Management.Storage Namespace