Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterVersionInner
Packages that use ClusterVersionInner
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 ClusterVersionInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ClusterVersionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterVersionInner> AvailableClusterVersionsClient.listByLocation(String location) Returns a list of available cluster versions.com.azure.core.http.rest.PagedIterable<ClusterVersionInner> AvailableClusterVersionsClient.listByLocation(String location, com.azure.core.util.Context context) Returns a list of available cluster versions. -
Uses of ClusterVersionInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterVersionInnerModifier and TypeMethodDescriptionstatic ClusterVersionInnerClusterVersionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterVersionInner from the JsonReader.ClusterVersionInner.withProperties(ClusterVersionProperties properties) Set the properties property: Cluster version properties. -
Uses of ClusterVersionInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterVersionInnerModifier and TypeMethodDescriptionClusterVersion.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterVersionInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterVersionInnerModifier and TypeMethodDescriptionClusterVersionsListResult.value()Get the value property: The list of cluster versions.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterVersionInnerModifier and TypeMethodDescriptionClusterVersionsListResult.withValue(List<ClusterVersionInner> value) Set the value property: The list of cluster versions.