RollingUpgradeMode Enum

Definition

Specifies the type of rolling upgrade when upgrading an application instance or cluster.

public enum RollingUpgradeMode
type RollingUpgradeMode = 
Public Enum RollingUpgradeMode
Inheritance
RollingUpgradeMode

Fields

Invalid 0

All Service Fabric enumerations have reserved Invalid flag.

Monitored 3

Specifies that the upgrade should be monitored automatic.

UnmonitoredAuto 1

Specifies that the upgrade should be unmonitored automatic.

UnmonitoredDeferred 4

Specifies that the upgrade should be unmonitored deferred.

UnmonitoredManual 2

Specifies that the upgrade should be unmonitored manual.

Remarks

For more information, see Upgrade and Scale a Service Fabric Cluster and Upgrade an Application.

Applies to