Uses of Interface
com.azure.resourcemanager.hdinsight.containers.models.ClusterPool
Packages that use ClusterPool
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPool in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolModifier and TypeMethodDescriptionClusterPool.Update.apply()Executes the update request.ClusterPool.Update.apply(com.azure.core.util.Context context) Executes the update request.ClusterPool.DefinitionStages.WithCreate.create()Executes the create request.ClusterPool.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets a cluster pool.ClusterPools.getByResourceGroup(String resourceGroupName, String clusterPoolName) Gets a cluster pool.ClusterPool.refresh()Refreshes the resource to sync with Azure.ClusterPool.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.ClusterPool.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.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterPoolModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ClusterPool> ClusterPools.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a cluster pool.com.azure.core.http.rest.Response<ClusterPool> ClusterPools.getByResourceGroupWithResponse(String resourceGroupName, String clusterPoolName, com.azure.core.util.Context context) Gets a cluster pool.com.azure.core.http.rest.PagedIterable<ClusterPool> ClusterPools.list()Gets the list of Cluster Pools within a Subscription.com.azure.core.http.rest.PagedIterable<ClusterPool> ClusterPools.list(com.azure.core.util.Context context) Gets the list of Cluster Pools within a Subscription.com.azure.core.http.rest.PagedIterable<ClusterPool> ClusterPools.listByResourceGroup(String resourceGroupName) Lists the HDInsight cluster pools under a resource group.com.azure.core.http.rest.PagedIterable<ClusterPool> ClusterPools.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists the HDInsight cluster pools under a resource group.