Share via


UpdateConfiguration.OperatingSystem Property

Definition

Gets or sets operating system of target machines. Possible values include: 'Windows', 'Linux'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to