public static interface KubernetesCluster.DefinitionStages.WithAddOnProfiles
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithCreate |
withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Specifies the cluster's add-on's profiles.
|
@Beta(value=V1_15_0) KubernetesCluster.DefinitionStages.WithCreate withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
addOnProfileMap - the cluster's add-on's profiles/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/