Share via


VmSizeCompatibilityFilterV2.OsType Property

Definition

Gets or sets the OSType affected, Windows or Linux.

[Newtonsoft.Json.JsonProperty(PropertyName="osType")]
public System.Collections.Generic.IList<string> OsType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osType")>]
member this.OsType : System.Collections.Generic.IList<string> with get, set
Public Property OsType As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to