ScaleCapacity Class

 

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

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.ScaleCapacity

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ScaleCapacity()

Initializes a new instance of the ScaleCapacity class.

Properties

Name Description
System_CAPS_pubproperty Default

Optional. The default number of instances that are available for the scaling action.

System_CAPS_pubproperty Maximum

Optional. The maximum number of instances that are available for the scaling action.

System_CAPS_pubproperty Minimum

Optional. The minimum number of instances that are available 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