다음을 통해 공유


VirtualMachineSoftwarePatchProperties.Classifications Property

Definition

Gets the classification(s) of the patch as provided by the patch publisher.

[Newtonsoft.Json.JsonProperty(PropertyName="classifications")]
public System.Collections.Generic.IList<string> Classifications { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="classifications")>]
member this.Classifications : System.Collections.Generic.IList<string>
Public ReadOnly Property Classifications As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to