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

BotProperties(String, Uri, String) 构造函数

定义

初始化 BotProperties 的新实例。

public BotProperties (string displayName, Uri endpoint, string msaAppId);
new Azure.ResourceManager.BotService.Models.BotProperties : string * Uri * string -> Azure.ResourceManager.BotService.Models.BotProperties
Public Sub New (displayName As String, endpoint As Uri, msaAppId As String)

参数

displayName
String

机器人的名称。

endpoint
Uri

机器人的终结点。

msaAppId
String

机器人的 Microsoft 应用 ID。

例外

displayNamemsaAppId 为 null。

适用于