OSDiskImage.OperatingSystem Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="operatingSystem")]
public Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes OperatingSystem { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operatingSystem")>]
member this.OperatingSystem : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes with get, set
Public Property OperatingSystem As OperatingSystemTypes

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to