ArmContainerServiceModelFactory.ManagedClusterAddonProfile Method
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.
Initializes a new instance of 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
Parameters
- isEnabled
- 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.
Returns
A new ManagedClusterAddonProfile instance for mocking.