IUpdateRunStatus.StatusState 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.
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