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