次の方法で共有


ManagedClusterPoolUpgradeProfile コンストラクター

定義

オーバーロード

ManagedClusterPoolUpgradeProfile()

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

ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)

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

ManagedClusterPoolUpgradeProfile()

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

public ManagedClusterPoolUpgradeProfile();
Public Sub New ()

適用対象

ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)

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

public ManagedClusterPoolUpgradeProfile(string kubernetesVersion, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile
Public Sub New (kubernetesVersion As String, osType As OSType, Optional name As String = Nothing, Optional upgrades As IList(Of ManagedClusterPoolUpgradeProfileUpgradesItem) = Nothing)

パラメーター

kubernetesVersion
String

Kubernetes バージョン (メジャー、マイナー、パッチ)。

osType
OSType

OS の種類を指定するために使用する OsType。 Linux と Windows から選択します。 既定では Linux です。 使用可能な値は、'Linux'、'Windows' です。

name
String

プール名。

upgrades
IList<ManagedClusterPoolUpgradeProfileUpgradesItem>

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

適用対象