Priority Mix Policy Args
data class PriorityMixPolicyArgs(val baseRegularPriorityCount: Output<Int>? = null, val regularPriorityPercentageAboveBase: Output<Int>? = null) : ConvertibleToJava<PriorityMixPolicyArgs>
Specifies the target splits for Spot and Regular priority VMs within a scale set with flexible orchestration mode. With this property the customer is able to specify the base number of regular priority VMs created as the VMSS flex instance scales out and the split between Spot and Regular priority VMs after this base target has been reached.