ManagedClusterAddonProfile Constructors

Definition

Overloads

ManagedClusterAddonProfile()

Initializes a new instance of the ManagedClusterAddonProfile class.

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

Initializes a new instance of the ManagedClusterAddonProfile class.

ManagedClusterAddonProfile()

Initializes a new instance of the ManagedClusterAddonProfile class.

public ManagedClusterAddonProfile ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ManagedClusterAddonProfile class.

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)

Parameters

enabled
Boolean

Whether the add-on is enabled or not.

config
IDictionary<String,String>

Key-value pairs for configuring an add-on.

identity
ManagedClusterAddonProfileIdentity

Information of user assigned identity used by this add-on.

Applies to