Share via


VirtualMachineConfiguration.WindowsConfiguration Property

Definition

Gets or sets windows operating system settings on the virtual machine.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property must not be specified if the imageReference specifies a Linux OS image.

Applies to