Share via


MaintenanceConfigurationProperties.NotAllowedTime Property

Definition

Gets or sets time slots on which upgrade is not allowed.

[Newtonsoft.Json.JsonProperty(PropertyName="notAllowedTime")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.TimeSpan> NotAllowedTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="notAllowedTime")>]
member this.NotAllowedTime : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.TimeSpan> with get, set
Public Property NotAllowedTime As IList(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to