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

AutoscaleSchedule 构造函数

定义

重载

AutoscaleSchedule()

初始化 AutoscaleSchedule 类的新实例。

AutoscaleSchedule(IList<String>, AutoscaleTimeAndCapacity)

初始化 AutoscaleSchedule 类的新实例。

AutoscaleSchedule()

初始化 AutoscaleSchedule 类的新实例。

public AutoscaleSchedule ();
Public Sub New ()

适用于

AutoscaleSchedule(IList<String>, AutoscaleTimeAndCapacity)

初始化 AutoscaleSchedule 类的新实例。

public AutoscaleSchedule (System.Collections.Generic.IList<string> days = default, Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity timeAndCapacity = default);
new Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule : System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity -> Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule
Public Sub New (Optional days As IList(Of String) = Nothing, Optional timeAndCapacity As AutoscaleTimeAndCapacity = Nothing)

参数

days
IList<String>

基于计划的自动缩放规则的星期几

timeAndCapacity
AutoscaleTimeAndCapacity

基于计划的自动缩放规则的时间和容量

适用于