IEnvironmentDefinition.ValidationStatus Property
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.
Validation status for the environment definition.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Validation status for the environment definition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogResourceValidationStatus) }, ReadOnly=true, Required=false, SerializedName="validationStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogResourceValidationStatus? ValidationStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Validation status for the environment definition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogResourceValidationStatus) }, ReadOnly=true, Required=false, SerializedName="validationStatus")>]
member this.ValidationStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogResourceValidationStatus>
Public ReadOnly Property ValidationStatus As Nullable(Of CatalogResourceValidationStatus)
Property Value
- Attributes