Share via


RollingUpgradeMode type

The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto.
KnownRollingUpgradeMode can be used interchangeably with RollingUpgradeMode, this enum contains the known values that the service supports.

Known values supported by the service

Monitored: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding.
UnmonitoredAuto: The upgrade will proceed automatically without performing any health monitoring.

type RollingUpgradeMode = string