Condividi tramite


ITimeInWeek.Day Property

Definition

The day of the week.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The day of the week.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay) }, ReadOnly=false, Required=false, SerializedName="day")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay? Day { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The day of the week.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay) }, ReadOnly=false, Required=false, SerializedName="day")>]
member this.Day : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay> with get, set
Public Property Day As Nullable(Of WeekDay)

Property Value

Attributes

Applies to