次の方法で共有


LocationsOperationsExtensions.ValidateClusterCreateRequest メソッド

定義

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

public static Microsoft.Azure.Management.HDInsight.Models.ClusterCreateValidationResult ValidateClusterCreateRequest (this Microsoft.Azure.Management.HDInsight.ILocationsOperations operations, string location, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters parameters);
static member ValidateClusterCreateRequest : Microsoft.Azure.Management.HDInsight.ILocationsOperations * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateValidationResult
<Extension()>
Public Function ValidateClusterCreateRequest (operations As ILocationsOperations, location As String, parameters As ClusterCreateRequestValidationParameters) As ClusterCreateValidationResult

パラメーター

operations
ILocationsOperations

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

location
String

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

戻り値

適用対象