ContainerServiceFleetManagedClusterUpgradeType Struct

Definition

The type of upgrade to perform when targeting ManagedClusters.

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

Constructors

ContainerServiceFleetManagedClusterUpgradeType(String)

Initializes a new instance of ContainerServiceFleetManagedClusterUpgradeType.

Properties

ControlPlaneOnly

ControlPlaneOnly upgrades only targets the KubernetesVersion of the ManagedClusters and will not be applied to the AgentPool. Requires the ManagedClusterUpgradeSpec.KubernetesVersion property to be set.

Full

Full upgrades the control plane and all agent pools of the target ManagedClusters. Requires the ManagedClusterUpgradeSpec.KubernetesVersion property to be set.

NodeImageOnly

NodeImageOnly upgrades only the node images of the target ManagedClusters. Requires the ManagedClusterUpgradeSpec.KubernetesVersion property to NOT be set.

Methods

Equals(ContainerServiceFleetManagedClusterUpgradeType)

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

Determines if two ContainerServiceFleetManagedClusterUpgradeType values are the same.

Implicit(String to ContainerServiceFleetManagedClusterUpgradeType)

Converts a String to a ContainerServiceFleetManagedClusterUpgradeType.

Inequality(ContainerServiceFleetManagedClusterUpgradeType, ContainerServiceFleetManagedClusterUpgradeType)

Determines if two ContainerServiceFleetManagedClusterUpgradeType values are not the same.

Applies to