次の方法で共有


AgentPoolUpgradeProfileInner コンストラクター

定義

オーバーロード

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

エージェント プールのアップグレード プロファイルの種類。

upgrades
IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>

アップグレードに使用できるオーケストレーターの種類とバージョンの一覧。

latestNodeImageVersion
String

LatestNodeImageVersion は、AKS でサポートされている最新のノード イメージ バージョンです。

適用対象