Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterApiServerAccessProfile
Packages that use ManagedClusterApiServerAccessProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 ManagedClusterApiServerAccessProfileModifier and TypeMethodDescriptionManagedClusterInner.apiServerAccessProfile()Get the apiServerAccessProfile property: The access profile for managed cluster API server.ManagedClusterProperties.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 ManagedClusterApiServerAccessProfileModifier and TypeMethodDescriptionManagedClusterInner.withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile) Set the apiServerAccessProfile property: The access profile for managed cluster API server.ManagedClusterProperties.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 ManagedClusterApiServerAccessProfileModifier and TypeMethodDescriptionManagedClusterApiServerAccessProfile.withAuthorizedIpRanges(List<String> authorizedIpRanges) Set the authorizedIpRanges property: The IP ranges authorized to access the Kubernetes API server.ManagedClusterApiServerAccessProfile.withDisableRunCommand(Boolean disableRunCommand) Set the disableRunCommand property: Whether to disable run command for the cluster or not.ManagedClusterApiServerAccessProfile.withEnablePrivateCluster(Boolean enablePrivateCluster) Set the enablePrivateCluster property: Whether to create the cluster as a private cluster or not.ManagedClusterApiServerAccessProfile.withEnablePrivateClusterPublicFqdn(Boolean enablePrivateClusterPublicFqdn) Set the enablePrivateClusterPublicFqdn property: Whether to create additional public FQDN for private cluster or not.ManagedClusterApiServerAccessProfile.withPrivateDnsZone(String privateDnsZone) Set the privateDnsZone property: The private DNS zone mode for the cluster.