ScaleCapacity Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
ScaleCapacity

Constructor

ScaleCapacity(*, minimum: str, maximum: str, default: str, **kwargs)

Variables

minimum
str

Required. the minimum number of instances for the resource.

maximum
str

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

default
str

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