Share via


ServiceConfigurationOperationsExtensions.BeginCreating Method

Definition

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

public static Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse BeginCreating (this Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations operations, Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration serviceConfiguration, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member BeginCreating : Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations * Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse
<Extension()>
Public Function BeginCreating (operations As IServiceConfigurationOperations, serviceConfiguration As ServiceConfiguration, customRequestHeaders As CustomRequestHeaders) As 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