HDInsightPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

HDInsightPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, HDInsightPrivateEndpointConnectionData, CancellationToken)

プライベート エンドポイント接続を手動で承認または拒否します。

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

プライベート エンドポイント接続を手動で承認または拒否します。

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

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

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

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

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

特定のプライベート エンドポイント接続を取得します。

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

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

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

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

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

特定のプライベート エンドポイント接続を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<HDInsightPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<HDInsightPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象