ScaleCapacity Class

 

Updated: September 18, 2014

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)

System::Object
  Microsoft.Azure.Management.Insights.Models::ScaleCapacity

public ref class ScaleCapacity 

NameDescription
System_CAPS_pubmethodScaleCapacity()

Initializes a new instance of the ScaleCapacity class.

NameDescription
System_CAPS_pubpropertyDefault

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_pubpropertyMaximum

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

System_CAPS_pubpropertyMinimum

Optional. The minimum number of instances for the resource.

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: