다음을 통해 공유


MaintenanceConfiguration.StartDateTime Property

Definition

Gets or sets effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to