Share via


ManagedClusterUpgradeMode Struct

Definition

The upgrade mode of the cluster when new Service Fabric runtime version is available.

public readonly struct ManagedClusterUpgradeMode : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterUpgradeMode>
type ManagedClusterUpgradeMode = struct
Public Structure ManagedClusterUpgradeMode
Implements IEquatable(Of ManagedClusterUpgradeMode)
Inheritance
ManagedClusterUpgradeMode
Implements

Constructors

ManagedClusterUpgradeMode(String)

Initializes a new instance of ManagedClusterUpgradeMode.

Properties

Automatic

The cluster will be automatically upgraded to the latest Service Fabric runtime version, clusterUpgradeCadence 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(ManagedClusterUpgradeMode)

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(ManagedClusterUpgradeMode, ManagedClusterUpgradeMode)

Determines if two ManagedClusterUpgradeMode values are the same.

Implicit(String to ManagedClusterUpgradeMode)

Converts a string to a ManagedClusterUpgradeMode.

Inequality(ManagedClusterUpgradeMode, ManagedClusterUpgradeMode)

Determines if two ManagedClusterUpgradeMode values are not the same.

Applies to