rolling Upgrade Policy
suspend fun rollingUpgradePolicy(value: Output<LinuxVirtualMachineScaleSetRollingUpgradePolicyArgs>)
Parameters
value
A rolling_upgrade_policy
block as defined below. This is Required and can only be specified when upgrade_mode
is set to Automatic
or Rolling
. Changing this forces a new resource to be created.
suspend fun rollingUpgradePolicy(argument: suspend LinuxVirtualMachineScaleSetRollingUpgradePolicyArgsBuilder.() -> Unit)
Parameters
argument
A rolling_upgrade_policy
block as defined below. This is Required and can only be specified when upgrade_mode
is set to Automatic
or Rolling
. Changing this forces a new resource to be created.