次の方法で共有


IServiceConfigurationOperations.CreateAsync メソッド

定義

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

パラメーター

serviceConfiguration
ServiceConfiguration

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

customRequestHeaders
CustomRequestHeaders

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

非同期タスクに関する情報

適用対象