Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileProperties
-
Packages that use ManagedClusterUpgradeProfileProperties Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterUpgradeProfileProperties in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterUpgradeProfileProperties Modifier and Type Method Description ManagedClusterUpgradeProfilePropertiesManagedClusterUpgradeProfileProperties. withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles)Set the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfilePropertiesManagedClusterUpgradeProfileProperties. withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile)Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.
-