Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolUpgrade
Packages that use ClusterPoolUpgrade
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolUpgrade in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent with parameters of type ClusterPoolUpgradeModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterPoolInner>, ClusterPoolInner> ClusterPoolsClient.beginUpgrade(String resourceGroupName, String clusterPoolName, ClusterPoolUpgrade clusterPoolUpgradeRequest) Upgrade a cluster pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterPoolInner>, ClusterPoolInner> ClusterPoolsClient.beginUpgrade(String resourceGroupName, String clusterPoolName, ClusterPoolUpgrade clusterPoolUpgradeRequest, com.azure.core.util.Context context) Upgrade a cluster pool.ClusterPoolsClient.upgrade(String resourceGroupName, String clusterPoolName, ClusterPoolUpgrade clusterPoolUpgradeRequest) Upgrade a cluster pool.ClusterPoolsClient.upgrade(String resourceGroupName, String clusterPoolName, ClusterPoolUpgrade clusterPoolUpgradeRequest, com.azure.core.util.Context context) Upgrade a cluster pool. -
Uses of ClusterPoolUpgrade in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPoolUpgradeMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolUpgradeModifier and TypeMethodDescriptionstatic ClusterPoolUpgradeClusterPoolUpgrade.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolUpgrade from the JsonReader.ClusterPoolUpgrade.withProperties(ClusterPoolUpgradeProperties properties) Set the properties property: Properties of upgrading cluster pool.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPoolUpgradeModifier and TypeMethodDescriptionClusterPool.upgrade(ClusterPoolUpgrade clusterPoolUpgradeRequest) Upgrade a cluster pool.ClusterPool.upgrade(ClusterPoolUpgrade clusterPoolUpgradeRequest, com.azure.core.util.Context context) Upgrade a cluster pool.ClusterPools.upgrade(String resourceGroupName, String clusterPoolName, ClusterPoolUpgrade clusterPoolUpgradeRequest) Upgrade a cluster pool.ClusterPools.upgrade(String resourceGroupName, String clusterPoolName, ClusterPoolUpgrade clusterPoolUpgradeRequest, com.azure.core.util.Context context) Upgrade a cluster pool.