Package | Description |
---|---|
com.microsoft.azure.management.containerservice |
This package contains the classes for ContainerServiceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ManagedClusterAddonProfile |
ManagedClusterAddonProfile.withConfig(Map<String,String> config)
Set the config value.
|
ManagedClusterAddonProfile |
ManagedClusterAddonProfile.withEnabled(boolean enabled)
Set the enabled value.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ManagedClusterAddonProfile> |
KubernetesCluster.addonProfiles() |
Modifier and Type | Method and Description |
---|---|
KubernetesCluster.Update |
KubernetesCluster.DefinitionStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Updates the cluster's add-on's profiles.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Updates the cluster's add-on's profiles.
|
Copyright © 2019. All rights reserved.