ClusterUpgradeMode 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 upgrade mode of the cluster when new Service Fabric runtime version is available.
public readonly struct ClusterUpgradeMode : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterUpgradeMode>
type ClusterUpgradeMode = struct
Public Structure ClusterUpgradeMode
Implements IEquatable(Of ClusterUpgradeMode)
- Inheritance
-
ClusterUpgradeMode
- Implements
Constructors
ClusterUpgradeMode(String) |
Initializes a new instance of ClusterUpgradeMode. |
Properties
Automatic |
The cluster will be automatically upgraded to the latest Service Fabric runtime version, upgradeWave will determine when the upgrade starts after the new version becomes available. |
Manual |
The cluster will not be automatically upgraded to the latest Service Fabric runtime version. The cluster is upgraded by setting the clusterCodeVersion property in the cluster resource. |
Methods
Equals(ClusterUpgradeMode) |
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(ClusterUpgradeMode, ClusterUpgradeMode) |
Determines if two ClusterUpgradeMode values are the same. |
Implicit(String to ClusterUpgradeMode) |
Converts a string to a ClusterUpgradeMode. |
Inequality(ClusterUpgradeMode, ClusterUpgradeMode) |
Determines if two ClusterUpgradeMode values are not the same. |
Applies to
Azure SDK for .NET