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

ApplicationsOperationsExtensions.BeginCreateAsync 方法

定义

为 HDInsight 群集创建应用程序。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Application> BeginCreateAsync (this Microsoft.Azure.Management.HDInsight.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName, Microsoft.Azure.Management.HDInsight.Models.Application parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.HDInsight.IApplicationsOperations * string * string * string * Microsoft.Azure.Management.HDInsight.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Application>
<Extension()>
Public Function BeginCreateAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, applicationName As String, parameters As Application, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)

参数

operations
IApplicationsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

clusterName
String

群集的名称。

applicationName
String

应用程序名称的常量值。

parameters
Application

应用程序创建请求。

cancellationToken
CancellationToken

取消标记。

返回

适用于