Share via


ManagedClusterAddonProfile(Boolean) Constructor

Definition

Initializes a new instance of ManagedClusterAddonProfile.

public ManagedClusterAddonProfile (bool isEnabled);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfile : bool -> Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfile
Public Sub New (isEnabled As Boolean)

Parameters

isEnabled
Boolean

Whether the add-on is enabled or not.

Applies to