次の方法で共有


ManagedClusterAddonProfile コンストラクター

定義

オーバーロード

ManagedClusterAddonProfile()

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

ManagedClusterAddonProfile(Boolean, IDictionary<String,String>, ManagedClusterAddonProfileIdentity)

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

ManagedClusterAddonProfile()

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

public ManagedClusterAddonProfile ();
Public Sub New ()

適用対象

ManagedClusterAddonProfile(Boolean, IDictionary<String,String>, ManagedClusterAddonProfileIdentity)

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

public ManagedClusterAddonProfile (bool enabled, System.Collections.Generic.IDictionary<string,string> config = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfileIdentity identity = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfile : bool * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfileIdentity -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfile
Public Sub New (enabled As Boolean, Optional config As IDictionary(Of String, String) = Nothing, Optional identity As ManagedClusterAddonProfileIdentity = Nothing)

パラメーター

enabled
Boolean

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

config
IDictionary<String,String>

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

identity
ManagedClusterAddonProfileIdentity

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

適用対象