Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.AgentPoolUpgradeProfileInner
Packages that use AgentPoolUpgradeProfileInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of AgentPoolUpgradeProfileInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return AgentPoolUpgradeProfileInnerModifier and TypeMethodDescriptionAgentPoolsClient.getUpgradeProfile(String resourceGroupName, String resourceName, String agentPoolName) Gets the upgrade profile for an agent pool.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type AgentPoolUpgradeProfileInnerModifier and TypeMethodDescriptionAgentPoolsClient.getUpgradeProfileAsync(String resourceGroupName, String resourceName, String agentPoolName) Gets the upgrade profile for an agent pool.com.azure.core.http.rest.Response<AgentPoolUpgradeProfileInner>AgentPoolsClient.getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context) Gets the upgrade profile for an agent pool.Mono<com.azure.core.http.rest.Response<AgentPoolUpgradeProfileInner>>AgentPoolsClient.getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName) Gets the upgrade profile for an agent pool. -
Uses of AgentPoolUpgradeProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolUpgradeProfileInnerModifier and TypeMethodDescriptionAgentPoolUpgradeProfileInner.withKubernetesVersion(String kubernetesVersion) Set the kubernetesVersion property: The Kubernetes version (major.minor.patch).AgentPoolUpgradeProfileInner.withLatestNodeImageVersion(String latestNodeImageVersion) Set the latestNodeImageVersion property: The latest AKS supported node image version.AgentPoolUpgradeProfileInner.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileInner.withUpgrades(List<AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades) Set the upgrades property: List of orchestrator types and versions available for upgrade.