public class ManagedClusterPoolUpgradeProfile extends Object
| Constructor and Description |
|---|
ManagedClusterPoolUpgradeProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
kubernetesVersion()
Get the kubernetesVersion value.
|
String |
name()
Get the name value.
|
OSType |
osType()
Get the osType value.
|
List<String> |
upgrades()
Get the upgrades value.
|
ManagedClusterPoolUpgradeProfile |
withKubernetesVersion(String kubernetesVersion)
Set the kubernetesVersion value.
|
ManagedClusterPoolUpgradeProfile |
withName(String name)
Set the name value.
|
ManagedClusterPoolUpgradeProfile |
withOsType(OSType osType)
Set the osType value.
|
ManagedClusterPoolUpgradeProfile |
withUpgrades(List<String> upgrades)
Set the upgrades value.
|
public String kubernetesVersion()
public ManagedClusterPoolUpgradeProfile withKubernetesVersion(String kubernetesVersion)
kubernetesVersion - the kubernetesVersion value to setpublic String name()
public ManagedClusterPoolUpgradeProfile withName(String name)
name - the name value to setpublic OSType osType()
public ManagedClusterPoolUpgradeProfile withOsType(OSType osType)
osType - the osType value to setpublic ManagedClusterPoolUpgradeProfile withUpgrades(List<String> upgrades)
upgrades - the upgrades value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/