Share via


IMaintenanceConfiguration.NotAllowedTime Property

Definition

Time slots on which upgrade is not allowed.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Time slots on which upgrade is not allowed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="notAllowedTime", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan> NotAllowedTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Time slots on which upgrade is not allowed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="notAllowedTime", Update=true)>]
member this.NotAllowedTime : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan> with get, set
Public Property NotAllowedTime As List(Of ITimeSpan)

Property Value

Attributes

Applies to