Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolNetworkProfile
Packages that use ClusterPoolNetworkProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolNetworkProfile in com.azure.resourcemanager.hdinsight.containers.models
Modifier and TypeClassDescriptionfinal classCluster pool network profile.Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPoolNetworkProfileModifier and TypeClassDescriptionclassCluster pool networking configuration.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolNetworkProfileModifier and TypeMethodDescriptionstatic ClusterPoolNetworkProfileClusterPoolNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolNetworkProfile from the JsonReader.ClusterPoolNetworkProfile.withApiServerAuthorizedIpRanges(List<String> apiServerAuthorizedIpRanges) Set the apiServerAuthorizedIpRanges property: IP ranges are specified in CIDR format, e.g. 137.117.106.88/29.ClusterPoolNetworkProfile.withEnablePrivateApiServer(Boolean enablePrivateApiServer) Set the enablePrivateApiServer property: ClusterPool is based on AKS cluster.ClusterPoolNetworkProfile.withOutboundType(OutboundType outboundType) Set the outboundType property: This can only be set at cluster pool creation time and cannot be changed later.ClusterPoolNetworkProfile.withSubnetId(String subnetId) Set the subnetId property: Cluster pool subnet resource id.