MaintenanceWindow.DurationHours Property

Definition

Gets or sets length of maintenance window range from 4 to 24 hours.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to