FleetManagedClusterUpgradeType 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 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
FleetManagedClusterUpgradeType(String) |
Initializes a new instance of FleetManagedClusterUpgradeType. |
Properties
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
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
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
Azure SDK for .NET