AutoPatchingSettings.MaintenanceWindowStartingHour Property

Definition

Gets or sets hour of the day when patching is initiated. Local VM time.

[Newtonsoft.Json.JsonProperty(PropertyName="maintenanceWindowStartingHour")]
public int? MaintenanceWindowStartingHour { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maintenanceWindowStartingHour")>]
member this.MaintenanceWindowStartingHour : Nullable<int> with get, set
Public Property MaintenanceWindowStartingHour As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to