Windows Virtual Machine Scale Set Rolling Upgrade Policy
data class WindowsVirtualMachineScaleSetRollingUpgradePolicy(val crossZoneUpgradesEnabled: Boolean? = null, val maxBatchInstancePercent: Int, val maxUnhealthyInstancePercent: Int, val maxUnhealthyUpgradedInstancePercent: Int, val pauseTimeBetweenBatches: String, val prioritizeUnhealthyInstancesEnabled: Boolean? = null)
Constructors
Types
Properties
Link copied to clipboard
The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch.