Share via


ClusterCreateProperties.OsType Property

Definition

Gets or sets the type of operating system. Possible values include: 'Windows', 'Linux'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to