次の方法で共有


Job.CurrentStage プロパティ

定義

更新操作の現在のステージを取得します。 使用可能な値は次のとおりです: 'Unknown', 'Initial'、'ScanStarted'、'ScanComplete'、'ScanFailed'、'DownloadStarted'、'DownloadComplete'、'DownloadFailed'、'InstallStarted'、'InstallComplete'、'InstallFailed'、'RebootInitiated'、'Success'、'Failure'、'RescanStarted'、'RescanComplete'、'RescanFailed'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentStage")]
public string CurrentStage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentStage")>]
member this.CurrentStage : string
Public ReadOnly Property CurrentStage As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象