次の方法で共有


BotChannelCollection クラス

定義

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

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

コンストラクター

BotChannelCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, BotChannelName, BotChannelData, CancellationToken)

Bot Serviceのチャネル登録を作成します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}
  • 操作IdChannels_Create
CreateOrUpdateAsync(WaitUntil, BotChannelName, BotChannelData, CancellationToken)

Bot Serviceのチャネル登録を作成します

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

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

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

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

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

パラメーターで指定された BotService チャネル登録を返します。

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

特定の BotService リソースのすべてのチャネル登録を返します

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

特定の BotService リソースのすべてのチャネル登録を返します

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

パラメーターで指定された BotService チャネル登録を返します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<BotChannelResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<BotChannelResource>.GetEnumerator()

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

適用対象