ArmContainerServiceModelFactory.ManagedClusterPoolUpgradeProfile メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。
アップグレードに使用できるオーケストレーターの種類とバージョンの一覧。
戻り値
モック作成用の新しい ManagedClusterPoolUpgradeProfile インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET