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

ServiceConfigurationOperationsExtensions.CreateAsync 方法

定义

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo> CreateAsync (this Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations operations, Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration serviceConfiguration, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member CreateAsync : 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.TaskStatusInfo>
<Extension()>
Public Function CreateAsync (operations As IServiceConfigurationOperations, serviceConfiguration As ServiceConfiguration, customRequestHeaders As CustomRequestHeaders) As Task(Of TaskStatusInfo)

参数

operations
IServiceConfigurationOperations

对 Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations 的引用。

serviceConfiguration
ServiceConfiguration

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

customRequestHeaders
CustomRequestHeaders

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

返回

有关异步任务的信息

适用于