ScaleCapacity Class

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

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

Constructor

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

Keyword-Only Parameters

Name Description
minimum
str

the minimum number of instances for the resource. Required.

maximum
str

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

default
str

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

Variables

Name Description
minimum
str

the minimum number of instances for the resource. Required.

maximum
str

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

default
str

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