AutoscaleProfile Class

Definition

Autoscale profile.

public class AutoscaleProfile
type AutoscaleProfile = class
Public Class AutoscaleProfile
Inheritance
AutoscaleProfile

Constructors

AutoscaleProfile()

Initializes a new instance of the AutoscaleProfile class.

AutoscaleProfile(String, ScaleCapacity, IList<ScaleRule>, TimeWindow, Recurrence)

Initializes a new instance of the AutoscaleProfile class.

Properties

Capacity

Gets or sets the number of instances that can be used during this profile.

FixedDate

Gets or sets the specific date-time for the profile. This element is not used if the Recurrence element is used.

Name

Gets or sets the name of the profile.

Recurrence

Gets or sets the repeating times at which this profile begins. This element is not used if the FixedDate element is used.

Rules

Gets or sets the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.

Methods

Validate()

Validate the object.

Applies to