Megosztás a következőn keresztül:


IUpdateRunProperties.StatusStage Property

Definition

The stages composing an update run. Stages are run sequentially withing an UpdateRun.

[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, Description="The stages composing an update run. Stages are run sequentially withing an UpdateRun.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStageStatus) }, Read=true, ReadOnly=true, Required=false, SerializedName="stages", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStageStatus> StatusStage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, Description="The stages composing an update run. Stages are run sequentially withing an UpdateRun.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStageStatus) }, Read=true, ReadOnly=true, Required=false, SerializedName="stages", Update=false)>]
member this.StatusStage : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStageStatus>
Public ReadOnly Property StatusStage As List(Of IUpdateStageStatus)

Property Value

Attributes

Applies to