AutoscaleProfile Class

 

Updated: September 18, 2014

Autoscale profile.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

System.Object
  Microsoft.Azure.Management.Insights.Models.AutoscaleProfile

type AutoscaleProfile = class end

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 during this profile.

System_CAPS_pubpropertyFixedDate

Optional. A specific date for the profile. 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 repeating times at which this profile begins. This element is not used if the FixedDate element is used.

System_CAPS_pubpropertyRules

Optional. Contains a collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.

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: