Share via


Image.OsType Property

Definition

Gets the OS Type of the image. Possible values include: 'Windows', 'Linux'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.osType")]
public Microsoft.Azure.Management.LabServices.Models.OsType? OsType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.osType")>]
member this.OsType : Nullable<Microsoft.Azure.Management.LabServices.Models.OsType>
Public ReadOnly Property OsType As Nullable(Of OsType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to