AutoscaleProfile Constructors
Definition
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.
Overloads
AutoscaleProfile() | |
AutoscaleProfile(String, ScaleCapacity, IList<ScaleRule>, TimeWindow, Recurrence) |
AutoscaleProfile()
public AutoscaleProfile ();
Public Sub New ()
Applies to
AutoscaleProfile(String, ScaleCapacity, IList<ScaleRule>, TimeWindow, Recurrence)
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