次の方法で共有


Autoscale コンストラクター

定義

オーバーロード

Autoscale()

Autoscale クラスの新しいインスタンスを初期化します。

Autoscale(AutoscaleCapacity, AutoscaleRecurrence)

Autoscale クラスの新しいインスタンスを初期化します。

Autoscale()

Autoscale クラスの新しいインスタンスを初期化します。

public Autoscale ();
Public Sub New ()

適用対象

Autoscale(AutoscaleCapacity, AutoscaleRecurrence)

Autoscale クラスの新しいインスタンスを初期化します。

public Autoscale (Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity capacity = default, Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence recurrence = default);
new Microsoft.Azure.Management.HDInsight.Models.Autoscale : Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity * Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence -> Microsoft.Azure.Management.HDInsight.Models.Autoscale
Public Sub New (Optional capacity As AutoscaleCapacity = Nothing, Optional recurrence As AutoscaleRecurrence = Nothing)

パラメーター

capacity
AutoscaleCapacity

読み込みベースの自動スケーリングのパラメーター

recurrence
AutoscaleRecurrence

スケジュールベースの自動スケーリングのパラメーター

適用対象