你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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