| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Updates the cluster's add-on's profiles.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Updates the cluster's network profile.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithRBAC.withRBACDisabled()
Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithRBAC.withRBACEnabled()
Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.