IMaintenanceWindow.DayOfWeek Property

Definition

day of week for maintenance window

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="day of week for maintenance window", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="dayOfWeek")]
public int? DayOfWeek { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="day of week for maintenance window", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="dayOfWeek")>]
member this.DayOfWeek : Nullable<int> with get, set
Public Property DayOfWeek As Nullable(Of Integer)

Property Value

Attributes

Applies to