Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAutoUpgradeProfile
-
Packages that use ManagedClusterAutoUpgradeProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterAutoUpgradeProfile Modifier and Type Method Description ManagedClusterAutoUpgradeProfileManagedClusterInner. autoUpgradeProfile()Get the autoUpgradeProfile property: The auto upgrade configuration.ManagedClusterAutoUpgradeProfileManagedClusterProperties. autoUpgradeProfile()Get the autoUpgradeProfile property: The auto upgrade configuration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterAutoUpgradeProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile)Set the autoUpgradeProfile property: The auto upgrade configuration.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterAutoUpgradeProfile Modifier and Type Method Description ManagedClusterAutoUpgradeProfileManagedClusterAutoUpgradeProfile. withUpgradeChannel(UpgradeChannel upgradeChannel)Set the upgradeChannel property: The upgrade channel for auto upgrade.
-