次の方法で共有


ArmContainerServiceModelFactory.ManagedClusterAddonProfile メソッド

定義

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

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfile ManagedClusterAddonProfile (bool isEnabled = false, System.Collections.Generic.IDictionary<string,string> config = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfileIdentity identity = default);
static member ManagedClusterAddonProfile : bool * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfileIdentity -> Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfile
Public Shared Function ManagedClusterAddonProfile (Optional isEnabled As Boolean = false, Optional config As IDictionary(Of String, String) = Nothing, Optional identity As ManagedClusterAddonProfileIdentity = Nothing) As ManagedClusterAddonProfile

パラメーター

isEnabled
Boolean

アドオンが有効かどうか。

config
IDictionary<String,String>

アドオンを構成するためのキーと値のペア。

identity
ManagedClusterAddonProfileIdentity

このアドオンで使用されるユーザー割り当て ID の情報。

戻り値

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

適用対象