IStorageAccountOperations.BeginCreatingAsync Method (StorageAccountCreateParameters, CancellationToken)
Asynchronously initiates the creation of a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Function BeginCreatingAsync ( parameters As StorageAccountCreateParameters, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
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(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:
Show: