Share via


IServiceConfigurationOperations.BeginCreatingAsync Method

Definition

The Begin Creating Storage Account operation creates a new storage account in Azure.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse> BeginCreatingAsync (Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration serviceConfiguration, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreatingAsync : Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse>
Public Function BeginCreatingAsync (serviceConfiguration As ServiceConfiguration, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of TaskResponse)

Parameters

serviceConfiguration
ServiceConfiguration

Parameters supplied to the Begin Creating Storage Account operation.

customRequestHeaders
CustomRequestHeaders

The Custom Request Headers which client must use.

cancellationToken
CancellationToken

Cancellation token.

Returns

This is the Task Response for all Async Calls

Applies to