Share via


StorageAccountOperationsExtensions.BeginCreatingAsync Method (IStorageAccountOperations, StorageAccountCreateParameters)

 

Asynchronously initiates the creation of a storage account.

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

Syntax

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

Parameters

Return Value

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

An OperationResponse object that includes an HTTP status code and request ID.

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