ManagedClusterAddonProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET