你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AgentPoolUpgradeProfileInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AgentPoolUpgradeProfileInner() |
初始化 AgentPoolUpgradeProfileInner 类的新实例。 |
AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String) |
初始化 AgentPoolUpgradeProfileInner 类的新实例。 |
AgentPoolUpgradeProfileInner()
初始化 AgentPoolUpgradeProfileInner 类的新实例。
public AgentPoolUpgradeProfileInner ();
Public Sub New ()
适用于
AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)
初始化 AgentPoolUpgradeProfileInner 类的新实例。
public AgentPoolUpgradeProfileInner (string kubernetesVersion, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades = default, string latestNodeImageVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner
Public Sub New (kubernetesVersion As String, osType As OSType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional upgrades As IList(Of AgentPoolUpgradeProfilePropertiesUpgradesItem) = Nothing, Optional latestNodeImageVersion As String = Nothing)
参数
- kubernetesVersion
- String
Kubernetes 版本 (主要、次要、修补程序) 。
- osType
- OSType
用于指定 os 类型的 OsType。 从 Linux 和 Windows 中进行选择。 默认为 Linux。 可能的值包括:“Linux”、“Windows”
- id
- String
代理池升级配置文件的 ID。
- name
- String
代理池升级配置文件的名称。
- type
- String
代理池升级配置文件的类型。
可用于升级的业务流程协调程序类型和版本列表。
- latestNodeImageVersion
- String
LatestNodeImageVersion 是最新的 AKS 支持的节点映像版本。