次の方法で共有


DataFactoryPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

DataFactoryPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DataFactoryPrivateEndpointConnectionCreateOrUpdateContent, String, CancellationToken)

プライベート エンドポイント接続を承認または拒否する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DataFactoryPrivateEndpointConnectionCreateOrUpdateContent, String, CancellationToken)

プライベート エンドポイント接続を承認または拒否する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_Get
ExistsAsync(String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_Get
Get(String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_Get
GetAll(CancellationToken)

プライベート エンドポイント接続の一覧

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections
  • 操作IdprivateEndPointConnections_ListByFactory
GetAllAsync(CancellationToken)

プライベート エンドポイント接続の一覧

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections
  • 操作IdprivateEndPointConnections_ListByFactory
GetAsync(String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_Get
GetIfExists(String, String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_Get
GetIfExistsAsync(String, String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DataFactoryPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DataFactoryPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象