AutoscaleProfile interface
Autoscale profile.
Properties
capacity | the number of instances that can be used during this profile. |
fixed |
the specific date-time for the profile. This element is not used if the Recurrence element is used. |
name | the name of the profile. |
recurrence | the repeating times at which this profile begins. This element is not used if the FixedDate element is used. |
rules | the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified. |
Property Details
capacity
the number of instances that can be used during this profile.
capacity: ScaleCapacity
Property Value
fixedDate
the specific date-time for the profile. This element is not used if the Recurrence element is used.
fixedDate?: TimeWindow
Property Value
name
the name of the profile.
name: string
Property Value
string
recurrence
the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
recurrence?: Recurrence
Property Value
rules
the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
rules: ScaleRule[]