次の方法で共有


NetworkPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

NetworkPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NetworkPrivateEndpointConnectionData, CancellationToken)

サブスクリプション内のプライベート リンク サービスのプライベート エンドポイント接続を承認または拒否します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_UpdatePrivateEndpointConnection
CreateOrUpdateAsync(WaitUntil, String, NetworkPrivateEndpointConnectionData, CancellationToken)

サブスクリプション内のプライベート リンク サービスのプライベート エンドポイント接続を承認または拒否します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_UpdatePrivateEndpointConnection
Exists(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_GetPrivateEndpointConnection
ExistsAsync(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_GetPrivateEndpointConnection
Get(String, String, CancellationToken)

リソース グループ内の特定のプライベート リンク サービスによって、特定のプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_GetPrivateEndpointConnection
GetAll(CancellationToken)

特定のプライベート リンク サービスのすべてのプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections
  • 操作IdPrivateLinkServices_ListPrivateEndpointConnections
GetAllAsync(CancellationToken)

特定のプライベート リンク サービスのすべてのプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections
  • 操作IdPrivateLinkServices_ListPrivateEndpointConnections
GetAsync(String, String, CancellationToken)

リソース グループ内の特定のプライベート リンク サービスによって、特定のプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_GetPrivateEndpointConnection
GetIfExists(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_GetPrivateEndpointConnection
GetIfExistsAsync(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • 操作IdPrivateLinkServices_GetPrivateEndpointConnection
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NetworkPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NetworkPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象