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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterApiServerAccessProfileModifier and TypeClassDescriptionfinal classAccess profile for managed cluster API server.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterApiServerAccessProfileModifier and TypeMethodDescriptionManagedClusterApiServerAccessProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterApiServerAccessProfile from the JsonReader.ManagedClusterApiServerAccessProfile.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.withEnableVnetIntegration(Boolean enableVnetIntegration) Set the enableVnetIntegration property: Whether to enable apiserver vnet integration for the cluster or not.ManagedClusterApiServerAccessProfile.withPrivateDnsZone(String privateDnsZone) Set the privateDnsZone property: The private DNS zone mode for the cluster.ManagedClusterApiServerAccessProfile.withSubnetId(String subnetId) Set the subnetId property: The subnet to be used when apiserver vnet integration is enabled.