Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterAccessProfile
Packages that use ClusterAccessProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterAccessProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterAccessProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterAccessProfileModifier and TypeMethodDescriptionClusterProfile.clusterAccessProfile()Get the clusterAccessProfile property: Cluster access profile.static ClusterAccessProfileClusterAccessProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterAccessProfile from the JsonReader.ClusterAccessProfile.withEnableInternalIngress(boolean enableInternalIngress) Set the enableInternalIngress property: Whether to create cluster using private IP instead of public IP.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterAccessProfileModifier and TypeMethodDescriptionClusterProfile.withClusterAccessProfile(ClusterAccessProfile clusterAccessProfile) Set the clusterAccessProfile property: Cluster access profile.