ManagedClusterAddonProfile Class

A Kubernetes add-on profile for a managed cluster.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.containerservice._serialization.Model
ManagedClusterAddonProfile

Constructor

ManagedClusterAddonProfile(*, enabled: bool, config: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
enabled

Whether the add-on is enabled or not. Required.

config

Key-value pairs for configuring an add-on.

Variables

Name Description
enabled

Whether the add-on is enabled or not. Required.

config

Key-value pairs for configuring an add-on.