次の方法で共有


ServiceConfigurationOperationsExtensions.BeginCreatingAsync メソッド

定義

ストレージ アカウントの作成開始操作では、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)

パラメーター

operations
IServiceConfigurationOperations

Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations への参照。

serviceConfiguration
ServiceConfiguration

必須。 ストレージ アカウントの作成開始操作に指定されたパラメーター。

customRequestHeaders
CustomRequestHeaders

必須です。 クライアントが使用する必要があるカスタム要求ヘッダー。

戻り値

これは、すべての非同期呼び出しのタスク応答です

適用対象