Share via


StorageAccountOperationsExtensions.CreateAsync Method (IStorageAccountOperations, StorageAccountCreateParameters)

 

Asynchronously creates a storage account.

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

Syntax

public static Task<OperationStatusResponse> CreateAsync(
    this IStorageAccountOperations operations,
    StorageAccountCreateParameters parameters
)
public:
[ExtensionAttribute]
static Task<OperationStatusResponse^>^ CreateAsync(
    IStorageAccountOperations^ operations,
    StorageAccountCreateParameters^ parameters
)
static member CreateAsync : 
        operations:IStorageAccountOperations *
        parameters:StorageAccountCreateParameters -> Task<OperationStatusResponse>
<ExtensionAttribute>
Public Shared Function CreateAsync (
    operations As IStorageAccountOperations,
    parameters As StorageAccountCreateParameters
) As Task(Of OperationStatusResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<OperationStatusResponse>

The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageOperationStatusResponse object that contains the status of the operation.

Remarks

For more information about creating a storage account, see the following resources:

See Also

StorageAccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top