ServiceConfigurationOperationsExtensions.BeginCreatingAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse> BeginCreatingAsync (this Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations operations, Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration serviceConfiguration, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member BeginCreatingAsync : Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations * Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse>
<Extension()>
Public Function BeginCreatingAsync (operations As IServiceConfigurationOperations, serviceConfiguration As ServiceConfiguration, customRequestHeaders As CustomRequestHeaders) As Task(Of TaskResponse)

Parameters

operations
IServiceConfigurationOperations

Reference to the Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.

serviceConfiguration
ServiceConfiguration

Required. Parameters supplied to the Begin Creating Storage Account operation.

customRequestHeaders
CustomRequestHeaders

Required. The Custom Request Headers which client must use.

Returns

This is the Task Response for all Async Calls

Applies to