次の方法で共有


BotChannelResource.GetChannelWithKeysAsync(CancellationToken) メソッド

定義

シークレットを含むBot Serviceのチャネル登録を一覧表示します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}/listChannelWithKeys
  • 操作IdChannels_ListWithKeys
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.BotChannelGetWithKeysResult>> GetChannelWithKeysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetChannelWithKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.BotChannelGetWithKeysResult>>
override this.GetChannelWithKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.BotChannelGetWithKeysResult>>
Public Overridable Function GetChannelWithKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BotChannelGetWithKeysResult))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象