IJobStages.StageStatus Property

Definition

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

Applies to