次の方法で共有


MaintenanceConfiguration.TimeZone プロパティ

定義

タイムゾーンの名前を取得または設定します。 タイムゾーンの一覧は、PowerShell で [System.TimeZoneInfo]::GetSystemTimeZones() を実行することで取得できます。 例: 太平洋標準時、UTC、W. ヨーロッパ標準時、韓国標準時、Cen。 オーストラリア標準時。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象