Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileProperties
Packages that use ManagedClusterUpgradeProfileProperties
Package
Description
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 ManagedClusterUpgradeProfilePropertiesModifier and TypeMethodDescriptionManagedClusterUpgradeProfileProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterUpgradeProfileProperties from the JsonReader.ManagedClusterUpgradeProfileProperties.withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles) Set the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfileProperties.withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile) Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.