Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterVersionProperties
Packages that use ClusterVersionProperties
Package
Description
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterVersionProperties in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterVersionPropertiesModifier and TypeMethodDescriptionClusterVersionInner.properties()Get the properties property: Cluster version properties.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models with parameters of type ClusterVersionPropertiesModifier and TypeMethodDescriptionClusterVersionInner.withProperties(ClusterVersionProperties properties) Set the properties property: Cluster version properties. -
Uses of ClusterVersionProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterVersionPropertiesModifier and TypeClassDescriptionfinal classCluster version properties.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterVersionPropertiesModifier and TypeMethodDescriptionstatic ClusterVersionPropertiesClusterVersionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterVersionProperties from the JsonReader.ClusterVersion.properties()Gets the properties property: Cluster version properties.ClusterVersionProperties.withClusterPoolVersion(String clusterPoolVersion) Set the clusterPoolVersion property: The two part cluster pool version.ClusterVersionProperties.withClusterType(String clusterType) Set the clusterType property: The type of cluster.ClusterVersionProperties.withClusterVersion(String clusterVersion) Set the clusterVersion property: Version with three part.ClusterVersionProperties.withIsPreview(Boolean isPreview) Set the isPreview property: Indicate if this version is in preview or not.ClusterVersionProperties.withOssVersion(String ossVersion) Set the ossVersion property: Version with three part.