次の方法で共有


IClustersOperations.BeginCreatingAsync メソッド

定義

指定したパラメーターを使用して、新しい HDInsight クラスターの作成を開始します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.HDInsight.Models.Cluster>> BeginCreatingAsync (string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreatingAsync : string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.HDInsight.Models.Cluster>>
Public Function BeginCreatingAsync (resourceGroupName As String, clusterName As String, parameters As ClusterCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Cluster))

パラメーター

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

parameters
ClusterCreateParameters

クラスターによって要求パラメーターが作成されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象