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

ManagedClusterPoolUpgradeProfile 构造函数

定义

重载

ManagedClusterPoolUpgradeProfile()

初始化 ManagedClusterPoolUpgradeProfile 类的新实例。

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

初始化 ManagedClusterPoolUpgradeProfile 类的新实例。

ManagedClusterPoolUpgradeProfile()

初始化 ManagedClusterPoolUpgradeProfile 类的新实例。

public ManagedClusterPoolUpgradeProfile ();
Public Sub New ()

适用于

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

初始化 ManagedClusterPoolUpgradeProfile 类的新实例。

public ManagedClusterPoolUpgradeProfile (string kubernetesVersion, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile
Public Sub New (kubernetesVersion As String, osType As OSType, Optional name As String = Nothing, Optional upgrades As IList(Of ManagedClusterPoolUpgradeProfileUpgradesItem) = Nothing)

参数

kubernetesVersion
String

Kubernetes 版本 (主要版本、次要版本、修补程序) 。

osType
OSType

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

name
String

池名称。

upgrades
IList<ManagedClusterPoolUpgradeProfileUpgradesItem>

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

适用于