AutoscaleProfile Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AutoscaleProfile() | |
AutoscaleProfile(String, ScaleCapacity, IList<ScaleRule>, TimeWindow, Recurrence) |
C#
public AutoscaleProfile ();
Public Sub New ()
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public AutoscaleProfile (string name, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ScaleCapacity capacity, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ScaleRule> rules, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeWindow fixedDate = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Recurrence recurrence = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleProfile : string * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ScaleCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ScaleRule> * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeWindow * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Recurrence -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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)
Parameters
- name
- String
- capacity
- ScaleCapacity
- fixedDate
- TimeWindow
- recurrence
- Recurrence
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |