Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.AgentPoolUpgradeProfileInner
-
Packages that use AgentPoolUpgradeProfileInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models 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 AgentPoolUpgradeProfileInner Modifier and Type Method Description AgentPoolUpgradeProfileInnerAgentPoolsClient. 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 AgentPoolUpgradeProfileInner Modifier and Type Method Description Mono<AgentPoolUpgradeProfileInner>AgentPoolsClient. 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 AgentPoolUpgradeProfileInner Modifier and Type Method Description AgentPoolUpgradeProfileInnerAgentPoolUpgradeProfileInner. withKubernetesVersion(String kubernetesVersion)Set the kubernetesVersion property: The Kubernetes version (major.minor.patch).AgentPoolUpgradeProfileInnerAgentPoolUpgradeProfileInner. withLatestNodeImageVersion(String latestNodeImageVersion)Set the latestNodeImageVersion property: The latest AKS supported node image version.AgentPoolUpgradeProfileInnerAgentPoolUpgradeProfileInner. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileInnerAgentPoolUpgradeProfileInner. withUpgrades(List<AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades)Set the upgrades property: List of orchestrator types and versions available for upgrade.
-