AutoscaleProfile Class
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.
Autoscale profile.
public class AutoscaleProfile
type AutoscaleProfile = class
Public Class AutoscaleProfile
- Inheritance
-
AutoscaleProfile
Constructors
AutoscaleProfile() |
Initializes a new instance of the AutoscaleProfile class. |
Properties
Capacity |
Optional. The number of instances that can be used in the scaling action. |
FixedDate |
Optional. A specific date for the scaling action. This element is not used if the Recurrence element is used. |
Name |
Optional. The name of the profile. |
Recurrence |
Optional. The frequency and schedule for the scaling action. This element is not used if the FixedDate element is used. |
Rules |
Optional. A collection of rules that provide the triggers and parameters for the scaling action. |
Applies to
Azure SDK for .NET