Freigeben über


FleetManagedClusterUpgradeType Struct

Definition

The type of upgrade to perform when targeting ManagedClusters.

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

Constructors

Name Description
FleetManagedClusterUpgradeType(String)

Initializes a new instance of FleetManagedClusterUpgradeType.

Properties

Name Description
Full

Full upgrades the control plane and all agent pools of the target ManagedClusters.

NodeImageOnly

NodeImageOnly upgrades only the node images of the target ManagedClusters.

Methods

Name Description
Equals(FleetManagedClusterUpgradeType)

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

Determines if two FleetManagedClusterUpgradeType values are the same.

Implicit(String to FleetManagedClusterUpgradeType)

Converts a string to a FleetManagedClusterUpgradeType.

Inequality(FleetManagedClusterUpgradeType, FleetManagedClusterUpgradeType)

Determines if two FleetManagedClusterUpgradeType values are not the same.

Applies to