Class ManagedClusterAddonProfile
java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterAddonProfile
A Kubernetes add-on profile for a managed cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfig()
Get key-value pairs for configuring an add-on.boolean
enabled()
Get whether the add-on is enabled or not.identity()
Get information of user assigned identity used by this add-on.withConfig
(Map<String, String> config) Set key-value pairs for configuring an add-on.withEnabled
(boolean enabled) Set whether the add-on is enabled or not.
-
Constructor Details
-
ManagedClusterAddonProfile
public ManagedClusterAddonProfile()
-
-
Method Details
-
enabled
public boolean enabled()Get whether the add-on is enabled or not.- Returns:
- the enabled value
-
withEnabled
Set whether the add-on is enabled or not.- Parameters:
enabled
- the enabled value to set- Returns:
- the ManagedClusterAddonProfile object itself.
-
config
Get key-value pairs for configuring an add-on.- Returns:
- the config value
-
withConfig
Set key-value pairs for configuring an add-on.- Parameters:
config
- the config value to set- Returns:
- the ManagedClusterAddonProfile object itself.
-
identity
Get information of user assigned identity used by this add-on.- Returns:
- the identity value
-