AutoscaleProfile Class

 

Autoscale profile.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleProfile

Syntax

public class AutoscaleProfile
public ref class AutoscaleProfile 
type AutoscaleProfile = class end
Public Class AutoscaleProfile

Constructors

Name Description
System_CAPS_pubmethod AutoscaleProfile()

Initializes a new instance of the AutoscaleProfile class.

Properties

Name Description
System_CAPS_pubproperty Capacity

Optional. The number of instances that can be used in the scaling action.

System_CAPS_pubproperty FixedDate

Optional. A specific date for the scaling action. This element is not used if the Recurrence element is used.

System_CAPS_pubproperty Name

Optional. The name of the profile.

System_CAPS_pubproperty Recurrence

Optional. The frequency and schedule for the scaling action. This element is not used if the FixedDate element is used.

System_CAPS_pubproperty Rules

Optional. A collection of rules that provide the triggers and parameters for the scaling action.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top