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

AutoscaleRecurrence 构造函数

定义

重载

AutoscaleRecurrence()

初始化 AutoscaleRecurrence 类的新实例。

AutoscaleRecurrence(String, IList<AutoscaleSchedule>)

初始化 AutoscaleRecurrence 类的新实例。

AutoscaleRecurrence()

初始化 AutoscaleRecurrence 类的新实例。

public AutoscaleRecurrence ();
Public Sub New ()

适用于

AutoscaleRecurrence(String, IList<AutoscaleSchedule>)

初始化 AutoscaleRecurrence 类的新实例。

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

参数

timeZone
String

自动缩放计划时间的时区

schedule
IList<AutoscaleSchedule>

基于计划的自动缩放规则数组

适用于