Interface KubernetesCluster.DefinitionStages.WithAddOnProfiles
-
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithAddOnProfilesThe stage of the Kubernetes cluster definition allowing to specify the cluster's add-on's profiles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.DefinitionStages.WithCreatewithAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)Specifies the cluster's add-on's profiles.
-
-
-
Method Detail
-
withAddOnProfiles
KubernetesCluster.DefinitionStages.WithCreate withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Specifies the cluster's add-on's profiles.- Parameters:
addOnProfileMap- the cluster's add-on's profiles- Returns:
- the next stage of the definition
-
-