次の方法で共有


BotChannelResource.GetChannelWithKeys(CancellationToken) メソッド

定義

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}/listChannelWithKeys
  • 操作IdChannels_ListWithKeys
public virtual Azure.Response<Azure.ResourceManager.BotService.Models.BotChannelGetWithKeysResult> GetChannelWithKeys (System.Threading.CancellationToken cancellationToken = default);
abstract member GetChannelWithKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.Models.BotChannelGetWithKeysResult>
override this.GetChannelWithKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.Models.BotChannelGetWithKeysResult>
Public Overridable Function GetChannelWithKeys (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BotChannelGetWithKeysResult)

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象