Freigeben über


BotProperties(String, Uri, String) Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

displayName
String

Der Name des Bots.

endpoint
Uri

Der Endpunkt des Bots.

msaAppId
String

Microsoft App ID für den Bot.

Ausnahmen

displayName oder msaAppId ist NULL.

Gilt für: