次の方法で共有


HDInsightContainersExtensions.GetHDInsightClusterPools メソッド

定義

オーバーロード

GetHDInsightClusterPools(ResourceGroupResource)

ResourceGroupResource 内の HDInsightClusterPoolResources のコレクションを取得します。

GetHDInsightClusterPools(SubscriptionResource, CancellationToken)

サブスクリプション内のクラスター プールの一覧を取得します。

  • 要求パス/サブスクリプション/{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)

サブスクリプション内のクラスター プールの一覧を取得します。

  • 要求パス/サブスクリプション/{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 サービス要求を受け取る可能性がある のコレクション。

適用対象