Partager via


MaintenanceConfiguration.TimeZone Propriété

Définition

Obtient ou définit le nom du fuseau horaire. Vous pouvez obtenir la liste des fuseaux horaires en exécutant [System.TimeZoneInfo]::GetSystemTimeZones() dans PowerShell. Exemple : Heure standard du Pacifique, UTC, W. Europe Standard Time, Corée Standard Time, Cen. Heure standard d’Australie de l’Est.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à