次の方法で共有


SignalRPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

SignalRPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SignalRPrivateEndpointConnectionData, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SignalRPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SignalRPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象