次の方法で共有


AutoscaleProfile コンストラクター

定義

オーバーロード

AutoscaleProfile()

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

AutoscaleProfile(String, ScaleCapacity, IList<ScaleRule>, TimeWindow, Recurrence)

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

AutoscaleProfile()

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

public AutoscaleProfile ();
Public Sub New ()

適用対象

AutoscaleProfile(String, ScaleCapacity, IList<ScaleRule>, TimeWindow, Recurrence)

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

public AutoscaleProfile (string name, Microsoft.Azure.Management.Monitor.Models.ScaleCapacity capacity, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ScaleRule> rules, Microsoft.Azure.Management.Monitor.Models.TimeWindow fixedDate = default, Microsoft.Azure.Management.Monitor.Models.Recurrence recurrence = default);
new Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile : string * Microsoft.Azure.Management.Monitor.Models.ScaleCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ScaleRule> * Microsoft.Azure.Management.Monitor.Models.TimeWindow * Microsoft.Azure.Management.Monitor.Models.Recurrence -> Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile
Public Sub New (name As String, capacity As ScaleCapacity, rules As IList(Of ScaleRule), Optional fixedDate As TimeWindow = Nothing, Optional recurrence As Recurrence = Nothing)

パラメーター

name
String

プロファイルの名前。

capacity
ScaleCapacity

このプロファイル中に使用できるインスタンスの数。

rules
IList<ScaleRule>

スケーリング アクションのトリガーとパラメーターを提供するルールのコレクション。 指定できるルールは最大 10 個です。

fixedDate
TimeWindow

プロファイルの特定の日時。 Recurrence 要素が使用されている場合、この要素は使用されません。

recurrence
Recurrence

このプロファイルが開始される繰り返し時間。 FixedDate 要素が使用されている場合、この要素は使用されません。

適用対象