IJobStages.StageStatus 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.
Status of the job stage.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Status of the job stage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus) }, ReadOnly=true, Required=false, SerializedName="stageStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus? StageStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Status of the job stage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus) }, ReadOnly=true, Required=false, SerializedName="stageStatus")>]
member this.StageStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus>
Public ReadOnly Property StageStatus As Nullable(Of StageStatus)
Property Value
- Attributes