ScaleCapacityResponse

data class ScaleCapacityResponse(val default: String, val maximum: String, val minimum: String)

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

Constructors

Link copied to clipboard
constructor(default: String, maximum: String, minimum: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

the minimum number of instances for the resource.