Freigeben über


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

Name Description
ManagedClusterUpgradeMode(String)

Initializes a new instance of ManagedClusterUpgradeMode.

Properties

Name Description
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

Name Description
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

Name Description
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