你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterPoolUpgradeProfile 类

定义

可用升级版本的列表。

public class ManagedClusterPoolUpgradeProfile
type ManagedClusterPoolUpgradeProfile = class
Public Class ManagedClusterPoolUpgradeProfile
继承
ManagedClusterPoolUpgradeProfile

构造函数

ManagedClusterPoolUpgradeProfile()

初始化 ManagedClusterPoolUpgradeProfile 类的新实例。

ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)

初始化 ManagedClusterPoolUpgradeProfile 类的新实例。

属性

KubernetesVersion

获取或设置 kubernetes 版本 (主要、次要、修补程序) 。

Name

获取或设置池名称。

OsType

获取或设置用于指定 os 类型的 osType。 从 Linux 和 Windows 中进行选择。 默认为 Linux。 可能的值包括:“Linux”、“Windows”

Upgrades

获取或设置可用于升级的业务流程协调程序类型和版本的列表。

方法

Validate()

验证 对象。

适用于