WindowsConfiguration.TimeZone Property

Definition

Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.

public Azure.Provisioning.BicepValue<string> TimeZone { get; set; }
member this.TimeZone : Azure.Provisioning.BicepValue<string> with get, set
Public Property TimeZone As BicepValue(Of String)

Property Value

Applies to