IStorageAccountOperations.BeginCreateAsync Method (String, String, StorageAccountCreateParameters, CancellationToken)
Namespace: Microsoft.Azure.Management.Storage
Assembly: Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)
Syntax
Task<StorageAccountCreateResponse> BeginCreateAsync(
string resourceGroupName,
string accountName,
StorageAccountCreateParameters parameters,
CancellationToken cancellationToken
)
Function BeginCreateAsync (
resourceGroupName As String,
accountName As String,
parameters As StorageAccountCreateParameters,
cancellationToken As CancellationToken
) As Task(Of StorageAccountCreateResponse)
Parameters
- resourceGroupName
Type: System.String
- accountName
Type: System.String
- cancellationToken
Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task<StorageAccountCreateResponse>
See Also
IStorageAccountOperations Interface
Microsoft.Azure.Management.Storage Namespace
Return to top