Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile
Packages that use ManagedClusterAPIServerAccessProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterAPIServerAccessProfile in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return ManagedClusterAPIServerAccessProfileModifier and TypeMethodDescriptionManagedClusterAPIServerAccessProfile.withAuthorizedIPRanges
(List<String> authorizedIPRanges) Set authorized IP Ranges to kubernetes API server.ManagedClusterAPIServerAccessProfile.withEnablePrivateCluster
(Boolean enablePrivateCluster) Set whether to create the cluster as a private cluster or not.