Share via


MaintenanceWindowOptions.DefaultDurationInMinutes Property

Definition

Gets or sets default duration for maintenance window.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to