你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAutoscaleProfile.ScheduleHour Property

Definition

A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="hours")]
public int[] ScheduleHour { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="hours")>]
member this.ScheduleHour : int[] with get, set
Public Property ScheduleHour As Integer()

Property Value

Int32[]
Attributes

Applies to