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)

<ExtensionAttribute>
Public Shared Function BeginCreatingAsync (
	operations As IStorageAccountOperations,
	parameters As StorageAccountCreateParameters
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations

The IStorageAccountOperations object that specifies the storage account operations.

parameters
Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountCreateParameters

The StorageAccountCreateParameters object that contains the parameters that are used to create the storage account.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

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

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

Return to top
Show: