OrchestratedVirtualMachineScaleSetPriorityMix

data class OrchestratedVirtualMachineScaleSetPriorityMix(val baseRegularCount: Int? = null, val regularPercentageAboveBase: Int? = null)

Constructors

constructor(baseRegularCount: Int? = null, regularPercentageAboveBase: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val baseRegularCount: Int? = null

Specifies the base number of VMs of Regular priority that will be created before any VMs of priority Spot are created. Possible values are integers between 0 and 1000. Defaults to 0.

Link copied to clipboard

Specifies the desired percentage of VM instances that are of Regular priority after the base count has been reached. Possible values are integers between 0 and 100. Defaults to 0.