StorageAccountOperationsExtensions Class

 

Represents the extensions for storage account management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Storage.StorageAccountOperationsExtensions

Syntax

public static class StorageAccountOperationsExtensions
[ExtensionAttribute]
public ref class StorageAccountOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type StorageAccountOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class StorageAccountOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreating(IStorageAccountOperations, StorageAccountCreateParameters)

Initiates the creation of a storage account.

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(IStorageAccountOperations, StorageAccountCreateParameters)

Asynchronously initiates the creation of a storage account.

System_CAPS_pubmethodSystem_CAPS_static CheckNameAvailability(IStorageAccountOperations, String)

Checks for the availability of the specified storage account name.

System_CAPS_pubmethodSystem_CAPS_static CheckNameAvailabilityAsync(IStorageAccountOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Create(IStorageAccountOperations, StorageAccountCreateParameters)

Creates a storage account.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IStorageAccountOperations, StorageAccountCreateParameters)

Asynchronously creates a storage account.

System_CAPS_pubmethodSystem_CAPS_static Delete(IStorageAccountOperations, String)

Deletes a storage account.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IStorageAccountOperations, String)

Asynchronously deletes a storage account.

System_CAPS_pubmethodSystem_CAPS_static Get(IStorageAccountOperations, String)

Retrieves information about a storage account.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IStorageAccountOperations, String)

Asynchronously retrieves information about a storage account.

System_CAPS_pubmethodSystem_CAPS_static GetKeys(IStorageAccountOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetKeysAsync(IStorageAccountOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IStorageAccountOperations)

Lists the storage accounts in a subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IStorageAccountOperations)

Asynchronously lists the storage accounts in a subscription.

System_CAPS_pubmethodSystem_CAPS_static RegenerateKeys(IStorageAccountOperations, StorageAccountRegenerateKeysParameters)

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

System_CAPS_pubmethodSystem_CAPS_static RegenerateKeysAsync(IStorageAccountOperations, StorageAccountRegenerateKeysParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IStorageAccountOperations, String, StorageAccountUpdateParameters)

Updates attributes of a storage account.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IStorageAccountOperations, String, StorageAccountUpdateParameters)

Asynchronously updates attributes of a storage account.

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Storage Namespace

Return to top