Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPoolUpgradeProfile
-
Packages that use ManagedClusterPoolUpgradeProfile 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 ManagedClusterPoolUpgradeProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterPoolUpgradeProfile Modifier and Type Method Description ManagedClusterPoolUpgradeProfileManagedClusterUpgradeProfileInner. controlPlaneProfile()Get the controlPlaneProfile property: The list of available upgrade versions for the control plane.ManagedClusterPoolUpgradeProfileManagedClusterUpgradeProfileProperties. 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 ManagedClusterPoolUpgradeProfile Modifier and Type Method Description List<ManagedClusterPoolUpgradeProfile>ManagedClusterUpgradeProfileInner. agentPoolProfiles()Get the agentPoolProfiles property: The list of available upgrade versions for agent pools.List<ManagedClusterPoolUpgradeProfile>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 ManagedClusterPoolUpgradeProfile Modifier and Type Method Description ManagedClusterUpgradeProfileInnerManagedClusterUpgradeProfileInner. withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile)Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.ManagedClusterUpgradeProfilePropertiesManagedClusterUpgradeProfileProperties. 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 ManagedClusterPoolUpgradeProfile Modifier and Type Method Description ManagedClusterUpgradeProfileInnerManagedClusterUpgradeProfileInner. withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles)Set the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfilePropertiesManagedClusterUpgradeProfileProperties. 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 ManagedClusterPoolUpgradeProfile Modifier and Type Method Description ManagedClusterPoolUpgradeProfileManagedClusterPoolUpgradeProfile. withKubernetesVersion(String kubernetesVersion)Set the kubernetesVersion property: The Kubernetes version (major.minor.patch).ManagedClusterPoolUpgradeProfileManagedClusterPoolUpgradeProfile. withName(String name)Set the name property: The Agent Pool name.ManagedClusterPoolUpgradeProfileManagedClusterPoolUpgradeProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.ManagedClusterPoolUpgradeProfileManagedClusterPoolUpgradeProfile. withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)Set the upgrades property: List of orchestrator types and versions available for upgrade.
-