ContainerServiceFleetUpgradeChannel 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.
Configuration of how auto upgrade will be run.
public readonly struct ContainerServiceFleetUpgradeChannel : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpgradeChannel>
type ContainerServiceFleetUpgradeChannel = struct
Public Structure ContainerServiceFleetUpgradeChannel
Implements IEquatable(Of ContainerServiceFleetUpgradeChannel)
- Inheritance
-
ContainerServiceFleetUpgradeChannel
- Implements
Constructors
ContainerServiceFleetUpgradeChannel(String) |
Initializes a new instance of ContainerServiceFleetUpgradeChannel. |
Properties
NodeImage |
Upgrade node image version of the clusters. |
Rapid |
Upgrades the clusters kubernetes version to the latest supported patch release on the latest supported minor version. |
Stable |
Upgrades the clusters kubernetes version to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster runs version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, the cluster upgrades to 1.18.6. |
Methods
Equals(ContainerServiceFleetUpgradeChannel) |
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(ContainerServiceFleetUpgradeChannel, ContainerServiceFleetUpgradeChannel) |
Determines if two ContainerServiceFleetUpgradeChannel values are the same. |
Implicit(String to ContainerServiceFleetUpgradeChannel) |
Converts a String to a ContainerServiceFleetUpgradeChannel. |
Inequality(ContainerServiceFleetUpgradeChannel, ContainerServiceFleetUpgradeChannel) |
Determines if two ContainerServiceFleetUpgradeChannel values are not the same. |
Applies to
Azure SDK for .NET