ClusterCreateValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response of cluster create request validation.
public class ClusterCreateValidationResult
type ClusterCreateValidationResult = class
Public Class ClusterCreateValidationResult
- Inheritance
-
ClusterCreateValidationResult
Constructors
ClusterCreateValidationResult() |
Initializes a new instance of the ClusterCreateValidationResult class. |
ClusterCreateValidationResult(IList<ValidationErrorInfo>, IList<ValidationErrorInfo>, Nullable<TimeSpan>, IList<AaddsResourceDetails>) |
Initializes a new instance of the ClusterCreateValidationResult class. |
Properties
AaddsResourcesDetails |
Gets or sets the Azure active directory domain service resource details. |
EstimatedCreationDuration |
Gets or sets the estimated creation duration. |
ValidationErrors |
Gets or sets the validation errors. |
ValidationWarnings |
Gets or sets the validation warnings. |
Applies to
Azure SDK for .NET