| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolUpgradeProfileInner |
AgentPoolsClient.getUpgradeProfile(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the upgrade profile for an agent pool with a specified resource group and managed cluster
name.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolUpgradeProfileInner |
AgentPoolUpgradeProfileInner.withKubernetesVersion(String kubernetesVersion)
Set the kubernetesVersion property: Kubernetes version (major, minor, patch).
|
AgentPoolUpgradeProfileInner |
AgentPoolUpgradeProfileInner.withLatestNodeImageVersion(String latestNodeImageVersion)
Set the latestNodeImageVersion property: LatestNodeImageVersion is the latest AKS supported node image version.
|
AgentPoolUpgradeProfileInner |
AgentPoolUpgradeProfileInner.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
AgentPoolUpgradeProfileInner |
AgentPoolUpgradeProfileInner.withUpgrades(List<AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades)
Set the upgrades property: List of orchestrator types and versions available for upgrade.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.