ScaleCapacity Class

Definition

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

public class ScaleCapacity
type ScaleCapacity = class
Public Class ScaleCapacity
Inheritance
ScaleCapacity

Constructors

ScaleCapacity()

Initializes a new instance of the ScaleCapacity class.

ScaleCapacity(String, String, String)

Initializes a new instance of the ScaleCapacity class.

Properties

DefaultProperty

Gets or sets 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

Gets or sets the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.

Minimum

Gets or sets the minimum number of instances for the resource.

Methods

Validate()

Validate the object.

Applies to