Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterResizeProperties
Packages that use ClusterResizeProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterResizeProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterResizePropertiesModifier and TypeClassDescriptionfinal classThe properties for resizing a cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterResizePropertiesModifier and TypeMethodDescriptionstatic ClusterResizePropertiesClusterResizeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterResizeProperties from the JsonReader.ClusterResizeData.properties()Get the properties property: Sets the properties.ClusterResizeProperties.withTargetWorkerNodeCount(int targetWorkerNodeCount) Set the targetWorkerNodeCount property: Target node count of worker node.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterResizePropertiesModifier and TypeMethodDescriptionClusterResizeData.withProperties(ClusterResizeProperties properties) Set the properties property: Sets the properties.