你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HDInsightContainersExtensions.GetHDInsightClusterPools 方法

定义

重载

GetHDInsightClusterPools(ResourceGroupResource)

获取 ResourceGroupResource 中 HDInsightClusterPoolResources 的集合。

GetHDInsightClusterPools(SubscriptionResource, CancellationToken)

获取订阅中的群集池列表。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusterpools
  • 操作IdClusterPools_ListBySubscription

GetHDInsightClusterPools(ResourceGroupResource)

获取 ResourceGroupResource 中 HDInsightClusterPoolResources 的集合。

public static Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolCollection GetHDInsightClusterPools (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetHDInsightClusterPools : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolCollection
<Extension()>
Public Function GetHDInsightClusterPools (resourceGroupResource As ResourceGroupResource) As HDInsightClusterPoolCollection

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

返回

一个 对象,表示 HDInsightClusterPoolResources 集合及其在 HDInsightClusterPoolResource 上的操作。

适用于

GetHDInsightClusterPools(SubscriptionResource, CancellationToken)

获取订阅中的群集池列表。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusterpools
  • 操作IdClusterPools_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource> GetHDInsightClusterPools (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetHDInsightClusterPools : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
<Extension()>
Public Function GetHDInsightClusterPools (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HDInsightClusterPoolResource)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 HDInsightClusterPoolResource 集合。

适用于