Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolResourcePropertiesNetworkProfile
Packages that use ClusterPoolResourcePropertiesNetworkProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolResourcePropertiesNetworkProfile in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolResourcePropertiesNetworkProfileModifier and TypeMethodDescriptionClusterPoolResourcePropertiesNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolResourcePropertiesNetworkProfile from the JsonReader.ClusterPoolResourceProperties.networkProfile()Get the networkProfile property: Cluster pool network profile.ClusterPoolResourcePropertiesNetworkProfile.withApiServerAuthorizedIpRanges(List<String> apiServerAuthorizedIpRanges) Set the apiServerAuthorizedIpRanges property: IP ranges are specified in CIDR format, e.g. 137.117.106.88/29.ClusterPoolResourcePropertiesNetworkProfile.withEnablePrivateApiServer(Boolean enablePrivateApiServer) Set the enablePrivateApiServer property: ClusterPool is based on AKS cluster.ClusterPoolResourcePropertiesNetworkProfile.withOutboundType(OutboundType outboundType) Set the outboundType property: This can only be set at cluster pool creation time and cannot be changed later.ClusterPoolResourcePropertiesNetworkProfile.withSubnetId(String subnetId) Set the subnetId property: Cluster pool subnet resource id.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPoolResourcePropertiesNetworkProfileModifier and TypeMethodDescriptionClusterPoolResourceProperties.withNetworkProfile(ClusterPoolResourcePropertiesNetworkProfile networkProfile) Set the networkProfile property: Cluster pool network profile.