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

ManagedClusterUpgradeProfileInner 构造函数

定义

重载

ManagedClusterUpgradeProfileInner()

初始化 ManagedClusterUpgradeProfileInner 类的新实例。

ManagedClusterUpgradeProfileInner(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String)

初始化 ManagedClusterUpgradeProfileInner 类的新实例。

ManagedClusterUpgradeProfileInner()

初始化 ManagedClusterUpgradeProfileInner 类的新实例。

public ManagedClusterUpgradeProfileInner ();
Public Sub New ()

适用于

ManagedClusterUpgradeProfileInner(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String)

初始化 ManagedClusterUpgradeProfileInner 类的新实例。

public ManagedClusterUpgradeProfileInner (Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile controlPlaneProfile, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile> agentPoolProfiles, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner : Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile> * string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner
Public Sub New (controlPlaneProfile As ManagedClusterPoolUpgradeProfile, agentPoolProfiles As IList(Of ManagedClusterPoolUpgradeProfile), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

参数

controlPlaneProfile
ManagedClusterPoolUpgradeProfile

控制平面的可用升级版本列表。

agentPoolProfiles
IList<ManagedClusterPoolUpgradeProfile>

代理池的可用升级版本列表。

id
String

升级配置文件的 ID。

name
String

升级配置文件的名称。

type
String

升级配置文件的类型。

适用于