次の方法で共有


ClusterCreateValidationResult コンストラクター

定義

オーバーロード

ClusterCreateValidationResult()

ClusterCreateValidationResult クラスの新しいインスタンスを初期化します。

ClusterCreateValidationResult(IList<ValidationErrorInfo>, IList<ValidationErrorInfo>, Nullable<TimeSpan>, IList<AaddsResourceDetails>)

ClusterCreateValidationResult クラスの新しいインスタンスを初期化します。

ClusterCreateValidationResult()

ClusterCreateValidationResult クラスの新しいインスタンスを初期化します。

public ClusterCreateValidationResult ();
Public Sub New ()

適用対象

ClusterCreateValidationResult(IList<ValidationErrorInfo>, IList<ValidationErrorInfo>, Nullable<TimeSpan>, IList<AaddsResourceDetails>)

ClusterCreateValidationResult クラスの新しいインスタンスを初期化します。

public ClusterCreateValidationResult (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ValidationErrorInfo> validationErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ValidationErrorInfo> validationWarnings = default, TimeSpan? estimatedCreationDuration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.AaddsResourceDetails> aaddsResourcesDetails = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateValidationResult : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ValidationErrorInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ValidationErrorInfo> * Nullable<TimeSpan> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.AaddsResourceDetails> -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateValidationResult
Public Sub New (Optional validationErrors As IList(Of ValidationErrorInfo) = Nothing, Optional validationWarnings As IList(Of ValidationErrorInfo) = Nothing, Optional estimatedCreationDuration As Nullable(Of TimeSpan) = Nothing, Optional aaddsResourcesDetails As IList(Of AaddsResourceDetails) = Nothing)

パラメーター

validationErrors
IList<ValidationErrorInfo>

検証エラー。

validationWarnings
IList<ValidationErrorInfo>

検証の警告。

estimatedCreationDuration
Nullable<TimeSpan>

推定作成期間。

aaddsResourcesDetails
IList<AaddsResourceDetails>

Azure Active Directory ドメイン サービス リソースの詳細。

適用対象