RollingUpgradeMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of rolling upgrade when upgrading an application instance or cluster.
public enum RollingUpgradeMode
type RollingUpgradeMode =
Public Enum RollingUpgradeMode
- Inheritance
-
RollingUpgradeMode
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | All Service Fabric enumerations have reserved Invalid flag. |
UnmonitoredAuto | 1 | Specifies that the upgrade should be unmonitored automatic. |
UnmonitoredManual | 2 | Specifies that the upgrade should be unmonitored manual. |
Monitored | 3 | Specifies that the upgrade should be monitored automatic. |
UnmonitoredDeferred | 4 | Specifies that the upgrade should be unmonitored deferred. |
Remarks
For more information, see Upgrade and Scale a Service Fabric Cluster and Upgrade an Application.
Applies to
Azure SDK for .NET