Uses of Class
com.azure.resourcemanager.containerservice.models.UpgradeChannel
-
Packages that use UpgradeChannel Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of UpgradeChannel in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as UpgradeChannel Modifier and Type Field Description static UpgradeChannelUpgradeChannel. NODE_IMAGEStatic value node-image for UpgradeChannel.static UpgradeChannelUpgradeChannel. NONEStatic value none for UpgradeChannel.static UpgradeChannelUpgradeChannel. PATCHStatic value patch for UpgradeChannel.static UpgradeChannelUpgradeChannel. RAPIDStatic value rapid for UpgradeChannel.static UpgradeChannelUpgradeChannel. STABLEStatic value stable for UpgradeChannel.Methods in com.azure.resourcemanager.containerservice.models that return UpgradeChannel Modifier and Type Method Description static UpgradeChannelUpgradeChannel. fromString(String name)Creates or finds a UpgradeChannel from its string representation.UpgradeChannelManagedClusterAutoUpgradeProfile. upgradeChannel()Get the upgradeChannel property: The upgrade channel for auto upgrade.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type UpgradeChannel Modifier and Type Method Description static Collection<UpgradeChannel>UpgradeChannel. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type UpgradeChannel Modifier and Type Method Description ManagedClusterAutoUpgradeProfileManagedClusterAutoUpgradeProfile. withUpgradeChannel(UpgradeChannel upgradeChannel)Set the upgradeChannel property: The upgrade channel for auto upgrade.
-