Share via


MaintenanceWindowOptions.MinDurationInMinutes Property

Definition

Gets or sets minimum duration of maintenance window.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to