AutoscaleProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
このプロファイル中に使用できるインスタンスの数。
- fixedDate
- TimeWindow
プロファイルの特定の日時。 Recurrence 要素が使用されている場合、この要素は使用されません。
- recurrence
- Recurrence
このプロファイルが開始される繰り返し時間。 FixedDate 要素が使用されている場合、この要素は使用されません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET