Share via


OpenShiftManagedClusterMasterPoolProfile.OsType Property

Definition

Gets or sets osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'

[Newtonsoft.Json.JsonProperty(PropertyName="osType")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType OsType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osType")>]
member this.OsType : Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType with get, set
Public Property OsType As OSType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to