次の方法で共有


ArmContainerServiceModelFactory.ManagedClusterUpgradeProfileData メソッド

定義

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

public static Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileData ManagedClusterUpgradeProfileData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile controlPlaneProfile = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile> agentPoolProfiles = default);
static member ManagedClusterUpgradeProfileData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile * seq<Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile> -> Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileData
Public Shared Function ManagedClusterUpgradeProfileData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional controlPlaneProfile As ManagedClusterPoolUpgradeProfile = Nothing, Optional agentPoolProfiles As IEnumerable(Of ManagedClusterPoolUpgradeProfile) = Nothing) As ManagedClusterUpgradeProfileData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

controlPlaneProfile
ManagedClusterPoolUpgradeProfile

コントロール プレーンで使用可能なアップグレード バージョンの一覧。

agentPoolProfiles
IEnumerable<ManagedClusterPoolUpgradeProfile>

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

戻り値

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

適用対象