次の方法で共有


SynapsePrivateEndpointConnectionForPrivateLinkHubCollection クラス

定義

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

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

コンストラクター

SynapsePrivateEndpointConnectionForPrivateLinkHubCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnectionsPrivateLinkHub_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnectionsPrivateLinkHub_Get
Get(String, CancellationToken)

PrivateLinkHub 内のすべての PrivateEndpointConnection を名前で取得する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnectionsPrivateLinkHub_Get
GetAll(CancellationToken)

PrivateLinkHub のすべての PrivateEndpointConnections を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnectionsPrivateLinkHub_List
GetAllAsync(CancellationToken)

PrivateLinkHub のすべての PrivateEndpointConnections を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnectionsPrivateLinkHub_List
GetAsync(String, CancellationToken)

PrivateLinkHub 内のすべての PrivateEndpointConnection を名前で取得する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnectionsPrivateLinkHub_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SynapsePrivateEndpointConnectionForPrivateLinkHubResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SynapsePrivateEndpointConnectionForPrivateLinkHubResource>.GetEnumerator()

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

適用対象