次の方法で共有


WebPubSubPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

WebPubSubPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, WebPubSubPrivateEndpointConnectionData, CancellationToken)

指定されたプライベート エンドポイント接続の状態を更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebPubSubPrivateEndpointConnections_Update
CreateOrUpdateAsync(WaitUntil, String, WebPubSubPrivateEndpointConnectionData, CancellationToken)

指定されたプライベート エンドポイント接続の状態を更新する

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

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

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

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

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

指定されたプライベート エンドポイント接続を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebPubSubPrivateEndpointConnections_Get
GetAll(CancellationToken)

プライベート エンドポイント接続を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections
  • 操作IdWebPubSubPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

プライベート エンドポイント接続を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections
  • 操作IdWebPubSubPrivateEndpointConnections_List
GetAsync(String, CancellationToken)

指定されたプライベート エンドポイント接続を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WebPubSubPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WebPubSubPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象