次の方法で共有


JobStages.StageStatus プロパティ

定義

ジョブ ステージの状態を取得します。 使用できる値は、'None'、'InProgress'、'Succeeded'、'Failed'、'Cancelled'、'Cancelling'、'SucceededWithErrors'、'WaitingForCustomerAction'、'SucceededWithWarnings'、'WaitingForCustomerActionForKek'、'WaitingForCustomerActionForCleanUp'、'CustomerActionPerformedForCleanUp' です。

[Newtonsoft.Json.JsonProperty(PropertyName="stageStatus")]
public Microsoft.Azure.Management.DataBox.Models.StageStatus? StageStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stageStatus")>]
member this.StageStatus : Nullable<Microsoft.Azure.Management.DataBox.Models.StageStatus>
Public ReadOnly Property StageStatus As Nullable(Of StageStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象