次の方法で共有


PurviewPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

PurviewPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PurviewPrivateEndpointConnectionData, CancellationToken)

プライベート エンドポイント接続を作成または更新されます

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

プライベート エンドポイント接続を作成または更新されます

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

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

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

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

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

プライベート エンドポイント接続を取得する

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

アカウントのプライベート エンドポイント接続を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnections_ListByAccount
GetAllAsync(String, CancellationToken)

アカウントのプライベート エンドポイント接続を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnections_ListByAccount
GetAsync(String, CancellationToken)

プライベート エンドポイント接続を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PurviewPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PurviewPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象