Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolVersionProperties
Packages that use ClusterPoolVersionProperties
Package
Description
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolVersionProperties in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterPoolVersionPropertiesModifier and TypeMethodDescriptionClusterPoolVersionInner.properties()Get the properties property: Cluster pool version properties.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models with parameters of type ClusterPoolVersionPropertiesModifier and TypeMethodDescriptionClusterPoolVersionInner.withProperties(ClusterPoolVersionProperties properties) Set the properties property: Cluster pool version properties. -
Uses of ClusterPoolVersionProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPoolVersionPropertiesModifier and TypeClassDescriptionfinal classCluster pool version properties.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolVersionPropertiesModifier and TypeMethodDescriptionstatic ClusterPoolVersionPropertiesClusterPoolVersionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolVersionProperties from the JsonReader.ClusterPoolVersion.properties()Gets the properties property: Cluster pool version properties.ClusterPoolVersionProperties.withAksVersion(String aksVersion) Set the aksVersion property: AKS version.ClusterPoolVersionProperties.withClusterPoolVersion(String clusterPoolVersion) Set the clusterPoolVersion property: Cluster pool version is a 2-part version.ClusterPoolVersionProperties.withIsPreview(Boolean isPreview) Set the isPreview property: Indicate if this version is in preview or not.