Share via


ScaleAction Class

 

The parameters for the scaling action.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ScaleAction()

Initializes a new instance of the ScaleAction class.

Properties

Name Description
System_CAPS_pubproperty Cooldown

Optional. The amount of time to wait since the last scaling action before this action occurs. Must be between 1 week and 1 minute.

System_CAPS_pubproperty Direction

Optional. Whether the scaling action increases or decreases the number of instances.

System_CAPS_pubproperty Type

Optional. The type of action that should occur, this must be set to ChangeCount.

System_CAPS_pubproperty Value

Optional. The number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.

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.Azure.Management.Insights.Models Namespace

Return to top