IMaintenanceWindow.StartHour Property

Definition

start hour for maintenance window

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

Property Value

Attributes

Applies to