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)

public static Task<OperationStatusResponse> CreateAsync(
	this IStorageAccountOperations operations,
	StorageAccountCreateParameters parameters
)

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<OperationStatusResponse>

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

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

Return to top
Show: