RollingUpgradeMode Struct
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.
The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto.
public readonly struct RollingUpgradeMode : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.RollingUpgradeMode>
type RollingUpgradeMode = struct
Public Structure RollingUpgradeMode
Implements IEquatable(Of RollingUpgradeMode)
- Inheritance
-
RollingUpgradeMode
- Implements
Constructors
| Name | Description |
|---|---|
| RollingUpgradeMode(String) |
Initializes a new instance of RollingUpgradeMode. |
Properties
| Name | Description |
|---|---|
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(RollingUpgradeMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RollingUpgradeMode, RollingUpgradeMode) |
Determines if two RollingUpgradeMode values are the same. |
| Implicit(String to RollingUpgradeMode) |
Converts a String to a RollingUpgradeMode. |
| Inequality(RollingUpgradeMode, RollingUpgradeMode) |
Determines if two RollingUpgradeMode values are not the same. |