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 | |
---|---|---|
ScaleCapacity() | Initializes a new instance of the ScaleCapacity class. |
Properties
Name | Description | |
---|---|---|
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. |
|
Maximum | Optional. The maximum number of instances for the resource. The actual maximum number may be limited by the cores that are available. |
|
Minimum | Optional. The minimum number of instances for the resource. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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