次の方法で共有


AgentPoolUpgradeProfileInner クラス

定義

エージェント プールで使用可能なアップグレードの一覧。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AgentPoolUpgradeProfileInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AgentPoolUpgradeProfileInner = class
Public Class AgentPoolUpgradeProfileInner
継承
AgentPoolUpgradeProfileInner
属性

コンストラクター

AgentPoolUpgradeProfileInner()

AgentPoolUpgradeProfileInner クラスの新しいインスタンスを初期化します。

AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)

AgentPoolUpgradeProfileInner クラスの新しいインスタンスを初期化します。

プロパティ

Id

エージェント プールのアップグレード プロファイルの ID を取得します。

KubernetesVersion

kubernetes バージョン (メジャー、マイナー、パッチ) を取得または設定します。

LatestNodeImageVersion

latestNodeImageVersion は、サポートされている最新の AKS ノード イメージ バージョンを取得または設定します。

Name

エージェント プールのアップグレード プロファイルの名前を取得します。

OsType

os 型の指定に使用する osType を取得または設定します。 Linux と Windows から選択します。 既定では Linux です。 使用可能な値は、'Linux'、'Windows' です。

Type

エージェント プールのアップグレード プロファイルの種類を取得します。

Upgrades

アップグレードに使用できるオーケストレーターの種類とバージョンの一覧を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象