次の方法で共有


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

スケジュールベースの自動スケーリング ルールの時間と容量

適用対象