AutoscaleProfile Class

 

Autoscale profile.

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

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

public ref class AutoscaleProfile 

NameDescription
System_CAPS_pubmethodAutoscaleProfile()

Initializes a new instance of the AutoscaleProfile class.

NameDescription
System_CAPS_pubpropertyCapacity

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

System_CAPS_pubpropertyFixedDate

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

System_CAPS_pubpropertyName

Optional. The name of the profile.

System_CAPS_pubpropertyRecurrence

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

System_CAPS_pubpropertyRules

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: