Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterApiServerAccessProfile
-
Packages that use ManagedClusterApiServerAccessProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterApiServerAccessProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterApiServerAccessProfile Modifier and Type Method Description ManagedClusterApiServerAccessProfileManagedClusterInner. apiServerAccessProfile()Get the apiServerAccessProfile property: The access profile for managed cluster API server.ManagedClusterApiServerAccessProfileManagedClusterProperties. apiServerAccessProfile()Get the apiServerAccessProfile property: The access profile for managed cluster API server.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterApiServerAccessProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile)Set the apiServerAccessProfile property: The access profile for managed cluster API server.ManagedClusterPropertiesManagedClusterProperties. withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile)Set the apiServerAccessProfile property: The access profile for managed cluster API server. -
Uses of ManagedClusterApiServerAccessProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterApiServerAccessProfile Modifier and Type Method Description ManagedClusterApiServerAccessProfileManagedClusterApiServerAccessProfile. withAuthorizedIpRanges(List<String> authorizedIpRanges)Set the authorizedIpRanges property: The IP ranges authorized to access the Kubernetes API server.ManagedClusterApiServerAccessProfileManagedClusterApiServerAccessProfile. withDisableRunCommand(Boolean disableRunCommand)Set the disableRunCommand property: Whether to disable run command for the cluster or not.ManagedClusterApiServerAccessProfileManagedClusterApiServerAccessProfile. withEnablePrivateCluster(Boolean enablePrivateCluster)Set the enablePrivateCluster property: Whether to create the cluster as a private cluster or not.ManagedClusterApiServerAccessProfileManagedClusterApiServerAccessProfile. withEnablePrivateClusterPublicFqdn(Boolean enablePrivateClusterPublicFqdn)Set the enablePrivateClusterPublicFqdn property: Whether to create additional public FQDN for private cluster or not.ManagedClusterApiServerAccessProfileManagedClusterApiServerAccessProfile. withPrivateDnsZone(String privateDnsZone)Set the privateDnsZone property: The private DNS zone mode for the cluster.
-