AutoscaleProfile Class
Autoscale profile.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.Models.AutoscaleProfile
Syntax
public class AutoscaleProfile
public ref class AutoscaleProfile
type AutoscaleProfile = class end
Public Class AutoscaleProfile
Constructors
Name | Description | |
---|---|---|
AutoscaleProfile() | Initializes a new instance of the AutoscaleProfile class. |
Properties
Name | Description | |
---|---|---|
Capacity | Optional. The number of instances that can be used during this profile. |
|
FixedDate | Optional. A specific date for the profile. This element is not used if the Recurrence element is used. |
|
Name | Optional. The name of the profile. |
|
Recurrence | Optional. The repeating times at which this profile begins. This element is not used if the FixedDate element is used. |
|
Rules | Optional. Contains a collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top