Partilhar via


IUpdateRunStatus.Stage 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> Stage { 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.Stage : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStageStatus>
Public ReadOnly Property Stage As List(Of IUpdateStageStatus)

Property Value

Attributes

Applies to