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.withUpgradeChannel(UpgradeChannel upgradeChannel) Set the upgradeChannel property: The upgrade channel for auto upgrade.