| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterPoolUpgradeProfile |
ManagedClusterUpgradeProfileInner.controlPlaneProfile()
Get the controlPlaneProfile property: The list of available upgrade versions for the control plane.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterUpgradeProfileInner |
ManagedClusterUpgradeProfileInner.withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile)
Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterPoolUpgradeProfile |
ManagedClusterPoolUpgradeProfile.withKubernetesVersion(String kubernetesVersion)
Set the kubernetesVersion property: Kubernetes version (major, minor, patch).
|
ManagedClusterPoolUpgradeProfile |
ManagedClusterPoolUpgradeProfile.withName(String name)
Set the name property: Pool name.
|
ManagedClusterPoolUpgradeProfile |
ManagedClusterPoolUpgradeProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
ManagedClusterPoolUpgradeProfile |
ManagedClusterPoolUpgradeProfile.withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)
Set the upgrades property: List of orchestrator types and versions available for upgrade.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.