次の方法で共有


LinuxProperties.IncludedPackageClassifications プロパティ

定義

ソフトウェア更新プログラムの構成に含まれる更新プログラムの分類を取得または設定します。 使用可能な値は、'Unclassified'、'Critical'、'Security'、'Other' です。

[Newtonsoft.Json.JsonProperty(PropertyName="includedPackageClassifications")]
public string IncludedPackageClassifications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includedPackageClassifications")>]
member this.IncludedPackageClassifications : string with get, set
Public Property IncludedPackageClassifications As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象