Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolResourcePropertiesClusterPoolProfile
Packages that use ClusterPoolResourcePropertiesClusterPoolProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolResourcePropertiesClusterPoolProfile in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolResourcePropertiesClusterPoolProfileModifier and TypeMethodDescriptionClusterPoolResourceProperties.clusterPoolProfile()Get the clusterPoolProfile property: CLuster pool profile.ClusterPoolResourcePropertiesClusterPoolProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolResourcePropertiesClusterPoolProfile from the JsonReader.ClusterPoolResourcePropertiesClusterPoolProfile.withClusterPoolVersion(String clusterPoolVersion) Set the clusterPoolVersion property: Cluster pool version is a 2-part version.ClusterPoolResourcePropertiesClusterPoolProfile.withPublicIpTag(IpTag publicIpTag) Set the publicIpTag property: Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPoolResourcePropertiesClusterPoolProfileModifier and TypeMethodDescriptionClusterPoolResourceProperties.withClusterPoolProfile(ClusterPoolResourcePropertiesClusterPoolProfile clusterPoolProfile) Set the clusterPoolProfile property: CLuster pool profile.