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

ProfileOperationsExtensions.CreateAsync 方法

定义

为指定订阅拥有的域名创建新的配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758254.aspx)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> CreateAsync(this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string name, string domainName);
static member CreateAsync : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function CreateAsync (operations As IProfileOperations, name As String, domainName As String) As Task(Of AzureOperationResponse)

参数

operations
IProfileOperations

对 Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations 的引用。

name
String

必需。 配置文件的名称。

domainName
String

必需。 要为其创建配置文件的域的名称。

返回

Task<Microsoft.Azure.AzureOperationResponse>

标准服务响应,包括 HTTP 状态代码和请求 ID。

适用于