次の方法で共有


ArmContainerServiceModelFactory.ManagedClusterPoolUpgradeProfile メソッド

定義

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

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile ManagedClusterPoolUpgradeProfile (string kubernetesVersion = default, string name = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceOSType osType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades = default);
static member ManagedClusterPoolUpgradeProfile : string * string * Azure.ResourceManager.ContainerService.Models.ContainerServiceOSType * seq<Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile
Public Shared Function ManagedClusterPoolUpgradeProfile (Optional kubernetesVersion As String = Nothing, Optional name As String = Nothing, Optional osType As ContainerServiceOSType = Nothing, Optional upgrades As IEnumerable(Of ManagedClusterPoolUpgradeProfileUpgradesItem) = Nothing) As ManagedClusterPoolUpgradeProfile

パラメーター

kubernetesVersion
String

Kubernetes バージョン (major.minor.patch)。

name
String

エージェント プール名。

osType
ContainerServiceOSType

オペレーティング システムの種類。 既定値は Linux です。

upgrades
IEnumerable<ManagedClusterPoolUpgradeProfileUpgradesItem>

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

戻り値

モック作成用の新しい ManagedClusterPoolUpgradeProfile インスタンス。

適用対象