次の方法で共有


BotServicePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

BotServicePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, BotServicePrivateEndpointConnectionData, CancellationToken)

ボットに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

ボットに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

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

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

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

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

Bot に関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

ボットに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

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

ボットに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

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

Bot に関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<BotServicePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<BotServicePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象