Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAutoUpgradeProfile
Packages that use ManagedClusterAutoUpgradeProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAutoUpgradeProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterAutoUpgradeProfileModifier and TypeMethodDescriptionManagedClusterInner.autoUpgradeProfile()Get the autoUpgradeProfile property: The auto upgrade configuration.ManagedClusterProperties.autoUpgradeProfile()Get the autoUpgradeProfile property: The auto upgrade configuration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterAutoUpgradeProfileModifier and TypeMethodDescriptionManagedClusterInner.withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile) Set the autoUpgradeProfile property: The auto upgrade configuration.ManagedClusterProperties.withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile) Set the autoUpgradeProfile property: The auto upgrade configuration. -
Uses of ManagedClusterAutoUpgradeProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAutoUpgradeProfileModifier and TypeMethodDescriptionManagedClusterAutoUpgradeProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAutoUpgradeProfile from the JsonReader.ManagedClusterAutoUpgradeProfile.withNodeOSUpgradeChannel(NodeOSUpgradeChannel nodeOSUpgradeChannel) Set the nodeOSUpgradeChannel property: Manner in which the OS on your nodes is updated.ManagedClusterAutoUpgradeProfile.withUpgradeChannel(UpgradeChannel upgradeChannel) Set the upgradeChannel property: For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).