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 でサポートされている最新のノード イメージ バージョンです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET