Freigeben über


IUpdateRun.StatusState Property

Definition

The State of the operation or group.

[Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleter(new System.String[] { "NotStarted", "Running", "Stopping", "Stopped", "Skipped", "Failed", "Completed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, Description="The State of the operation or group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)]
public string StatusState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleter(new System.String[] { "NotStarted", "Running", "Stopping", "Stopped", "Skipped", "Failed", "Completed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, Description="The State of the operation or group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)>]
member this.StatusState : string
Public ReadOnly Property StatusState As String

Property Value

Attributes

Applies to