IMaintenanceWindow.StartHour Property

Definition

start hour for maintenance window

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

Property Value

Attributes

Applies to