Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPoolUpgradeProfile
Packages that use ManagedClusterPoolUpgradeProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterPoolUpgradeProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterPoolUpgradeProfileModifier and TypeMethodDescriptionManagedClusterUpgradeProfileInner.controlPlaneProfile()Get the controlPlaneProfile property: The list of available upgrade versions for the control plane.ManagedClusterUpgradeProfileProperties.controlPlaneProfile()Get the controlPlaneProfile property: The list of available upgrade versions for the control plane.Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type ManagedClusterPoolUpgradeProfileModifier and TypeMethodDescriptionManagedClusterUpgradeProfileInner.agentPoolProfiles()Get the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfileProperties.agentPoolProfiles()Get the agentPoolProfiles property: The list of available upgrade versions for agent pools.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterPoolUpgradeProfileModifier and TypeMethodDescriptionManagedClusterUpgradeProfileInner.withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile) Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.ManagedClusterUpgradeProfileProperties.withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile) Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type ManagedClusterPoolUpgradeProfileModifier and TypeMethodDescriptionManagedClusterUpgradeProfileInner.withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles) Set the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfileProperties.withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles) Set the agentPoolProfiles property: The list of available upgrade versions for agent pools. -
Uses of ManagedClusterPoolUpgradeProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPoolUpgradeProfileModifier and TypeMethodDescriptionManagedClusterPoolUpgradeProfile.withKubernetesVersion(String kubernetesVersion) Set the kubernetesVersion property: The Kubernetes version (major.minor.patch).Set the name property: The Agent Pool name.ManagedClusterPoolUpgradeProfile.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.ManagedClusterPoolUpgradeProfile.withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades) Set the upgrades property: List of orchestrator types and versions available for upgrade.