你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BotResource.GetBotConnectionSettingAsync(String, CancellationToken) 方法

定义

获取机器人服务的连接设置注册

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • 操作IdBotConnection_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.BotConnectionSettingResource>> GetBotConnectionSettingAsync (string connectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBotConnectionSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.BotConnectionSettingResource>>
override this.GetBotConnectionSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.BotConnectionSettingResource>>
Public Overridable Function GetBotConnectionSettingAsync (connectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BotConnectionSettingResource))

参数

connectionName
String

机器人服务连接设置资源的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

connectionName 是一个空字符串,预期为非空。

connectionName 为 null。

适用于