你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServiceConfigurationOperations.BeginCreatingAsync 方法

定义

“开始创建存储帐户”操作在 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)

参数

serviceConfiguration
ServiceConfiguration

提供给“开始创建存储帐户”操作的参数。

customRequestHeaders
CustomRequestHeaders

客户端必须使用的自定义请求标头。

cancellationToken
CancellationToken

取消标记。

返回

这是所有异步调用的任务响应

适用于