次の方法で共有


VirtualMachineSoftwarePatchProperties.AssessmentState プロパティ

定義

Gets は、特定のパッチのインストール操作の結果を表します。 使用可能な値には、'Installed'、'Failed'、'Excluded'、'NotSelected'、'Pending'、'Available' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="assessmentState")]
public Microsoft.Azure.Management.Compute.Fluent.Models.PatchAssessmentState AssessmentState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="assessmentState")>]
member this.AssessmentState : Microsoft.Azure.Management.Compute.Fluent.Models.PatchAssessmentState
Public ReadOnly Property AssessmentState As PatchAssessmentState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象