ScaleCapacity Class

 

The number of instances that can be used during this profile.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Insights.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 number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.

System_CAPS_pubproperty Maximum

Optional. The maximum number of instances for the resource. The actual maximum number may be limited by the cores that are available.

System_CAPS_pubproperty Minimum

Optional. The minimum number of instances for the resource.

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