Udostępnij za pośrednictwem


ArmContainerServiceModelFactory.ManagedClusterAddonProfile Method

Definition

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.

Applies to