rolling Upgrade Policy
suspend fun rollingUpgradePolicy(value: Output<OrchestratedVirtualMachineScaleSetRollingUpgradePolicyArgs>)
suspend fun rollingUpgradePolicy(value: OrchestratedVirtualMachineScaleSetRollingUpgradePolicyArgs?)
Parameters
value
A rolling_upgrade_policy
block as defined below. This is Required when upgrade_mode
is set to Rolling
and cannot be specified when upgrade_mode
is set to Manual
. Changing this forces a new resource to be created.
suspend fun rollingUpgradePolicy(argument: suspend OrchestratedVirtualMachineScaleSetRollingUpgradePolicyArgsBuilder.() -> Unit)
Parameters
argument
A rolling_upgrade_policy
block as defined below. This is Required when upgrade_mode
is set to Rolling
and cannot be specified when upgrade_mode
is set to Manual
. Changing this forces a new resource to be created.