ScaleSetStandbyPoolElasticityProfile

data class ScaleSetStandbyPoolElasticityProfile(val maxReadyCapacity: Int, val minReadyCapacity: Int)

Constructors

Link copied to clipboard
constructor(maxReadyCapacity: Int, minReadyCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the maximum number of virtual machines in the standby pool.

Link copied to clipboard

Specifies the desired minimum number of virtual machines in the standby pool.