Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterPoolVersionInner
Packages that use ClusterPoolVersionInner
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolVersionInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ClusterPoolVersionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterPoolVersionInner> AvailableClusterPoolVersionsClient.listByLocation(String location) Returns a list of available cluster pool versions.com.azure.core.http.rest.PagedIterable<ClusterPoolVersionInner> AvailableClusterPoolVersionsClient.listByLocation(String location, com.azure.core.util.Context context) Returns a list of available cluster pool versions. -
Uses of ClusterPoolVersionInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterPoolVersionInnerModifier and TypeMethodDescriptionstatic ClusterPoolVersionInnerClusterPoolVersionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolVersionInner from the JsonReader.ClusterPoolVersionInner.withProperties(ClusterPoolVersionProperties properties) Set the properties property: Cluster pool version properties. -
Uses of ClusterPoolVersionInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolVersionInnerModifier and TypeMethodDescriptionClusterPoolVersion.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterPoolVersionInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterPoolVersionInnerModifier and TypeMethodDescriptionClusterPoolVersionsListResult.value()Get the value property: The list of cluster pool versions.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterPoolVersionInnerModifier and TypeMethodDescriptionClusterPoolVersionsListResult.withValue(List<ClusterPoolVersionInner> value) Set the value property: The list of cluster pool versions.