IStorageAccountOperations.CreateAsync Method (StorageAccountCreateParameters, CancellationToken)
Asynchronously creates a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Task<OperationStatusResponse> CreateAsync( StorageAccountCreateParameters parameters, CancellationToken cancellationToken )
Parameters
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountCreateParameters
The StorageAccountCreateParameters object that contains the parameters that are used to create the storage account.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationStatusResponse>The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageOperationStatusResponse object that contains the status of the operation.
If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.
For more information about creating a storage account, see the following resources:
Show: