VirtualMachineProfile.OsType Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="osType")]
public Microsoft.Azure.Management.LabServices.Models.OsType? OsType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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