Freigeben über


IImageDefinition.LatestBuildStatus Property

Definition

The state of an Image Definition Build.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The state of an Image Definition Build.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ImageDefinitionBuildStatus) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ImageDefinitionBuildStatus? LatestBuildStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The state of an Image Definition Build.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ImageDefinitionBuildStatus) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.LatestBuildStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ImageDefinitionBuildStatus>
Public ReadOnly Property LatestBuildStatus As Nullable(Of ImageDefinitionBuildStatus)

Property Value

Attributes

Applies to