UpgradeChannel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. UpgradeChannel
- com.
- com.
public final class UpgradeChannel
extends ExpandableStringEnum<UpgradeChannel>
The upgrade channel for auto upgrade. The default is 'none'. For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster\#set-auto-upgrade-channel).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Upgrade |
NODE_IMAGE
Static value node-image for Upgrade |
static final
Upgrade |
NONE
Static value none for Upgrade |
static final
Upgrade |
PATCH
Static value patch for Upgrade |
static final
Upgrade |
RAPID
Static value rapid for Upgrade |
static final
Upgrade |
STABLE
Static value stable for Upgrade |
Constructor Summary
Constructor | Description |
---|---|
UpgradeChannel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Upgrade |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Upgrade |
fromString(String name)
Creates or finds a Upgrade |
static
Collection<Upgrade |
values()
Gets known Upgrade |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NODE_IMAGE
public static final UpgradeChannel NODE_IMAGE
Static value node-image for UpgradeChannel.
NONE
public static final UpgradeChannel NONE
Static value none for UpgradeChannel.
PATCH
public static final UpgradeChannel PATCH
Static value patch for UpgradeChannel.
RAPID
public static final UpgradeChannel RAPID
Static value rapid for UpgradeChannel.
STABLE
public static final UpgradeChannel STABLE
Static value stable for UpgradeChannel.
Constructor Details
UpgradeChannel
@Deprecated
public UpgradeChannel()
Deprecated
Creates a new instance of UpgradeChannel value.
Method Details
fromString
public static UpgradeChannel fromString(String name)
Creates or finds a UpgradeChannel from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known UpgradeChannel values.
Returns:
Applies to
Azure SDK for Java