HDInsightClusterCollection クラス

定義

のコレクション HDInsightClusterResource とその操作を表すクラス。 コレクション内の各 HDInsightClusterResource は、 の同じインスタンス HDInsightClusterPoolResourceに属します。 インスタンスを HDInsightClusterCollection 取得するには、 のインスタンス HDInsightClusterPoolResourceから GetHDInsightClusters メソッドを呼び出します。

public class HDInsightClusterCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterResource>
type HDInsightClusterCollection = class
    inherit ArmCollection
    interface seq<HDInsightClusterResource>
    interface IEnumerable
    interface IAsyncEnumerable<HDInsightClusterResource>
Public Class HDInsightClusterCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HDInsightClusterResource), IEnumerable(Of HDInsightClusterResource)
継承
HDInsightClusterCollection
実装

コンストラクター

HDInsightClusterCollection()

モック作成のために クラスの HDInsightClusterCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, HDInsightClusterData, CancellationToken)

クラスターを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}
  • 操作IdClusters_Create
CreateOrUpdateAsync(WaitUntil, String, HDInsightClusterData, CancellationToken)

クラスターを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}
  • 操作IdClusters_Create
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}
  • 操作IdClusters_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}
  • 操作IdClusters_Get
Get(String, CancellationToken)

HDInsight クラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}
  • 操作IdClusters_Get
GetAll(CancellationToken)

リソース グループの下にある HDInsight クラスター プールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters
  • 操作IdClusters_ListByClusterPoolName
GetAllAsync(CancellationToken)

リソース グループの下にある HDInsight クラスター プールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters
  • 操作IdClusters_ListByClusterPoolName
GetAsync(String, CancellationToken)

HDInsight クラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}
  • 操作IdClusters_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<HDInsightClusterResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<HDInsightClusterResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象