次の方法で共有


LocationsOperationsExtensions.ValidateClusterCreateRequestAsync メソッド

定義

クラスター作成要求仕様が有効かどうかを検証します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.ClusterCreateValidationResult> ValidateClusterCreateRequestAsync (this Microsoft.Azure.Management.HDInsight.ILocationsOperations operations, string location, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member ValidateClusterCreateRequestAsync : Microsoft.Azure.Management.HDInsight.ILocationsOperations * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.ClusterCreateValidationResult>
<Extension()>
Public Function ValidateClusterCreateRequestAsync (operations As ILocationsOperations, location As String, parameters As ClusterCreateRequestValidationParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterCreateValidationResult)

パラメーター

operations
ILocationsOperations

この拡張メソッドの操作グループ。

location
String

要求を行う Azure の場所 (リージョン)。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象