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
RollingUpgradeMode(String) |
Initializes a new instance of RollingUpgradeMode. |
Properties
Monitored |
The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. |
UnmonitoredAuto |
The upgrade will proceed automatically without performing any health monitoring. The value is 1. |
Methods
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
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. |
Applies to
Azure SDK for .NET