AutoscaleSetting Class

 

Updated: September 18, 2014

A setting that contains all of the configuration for the automatic scaling of a resource.

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

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

Public Class AutoscaleSetting

NameDescription
System_CAPS_pubmethodAutoscaleSetting()

Initializes a new instance of the AutoscaleSetting class.

NameDescription
System_CAPS_pubpropertyEnabled

Optional. Specifies whether automatic scaling is enabled for the resource.

System_CAPS_pubpropertyName

Optional. The name of the autoscale setting.

System_CAPS_pubpropertyProfiles

Optional. Contains a collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.

System_CAPS_pubpropertyTargetResourceUri

Optional. The resource identifier of the resource that the autoscale setting should be added to.

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: