다음을 통해 공유


MaintenanceConfiguration.TimeZone Property

Definition

Gets or sets name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maintenanceWindow.timeZone")]
public string TimeZone { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maintenanceWindow.timeZone")>]
member this.TimeZone : string with get, set
Public Property TimeZone As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to