Freigeben über


BotResource.GetBotConnectionSettingAsync(String, CancellationToken) Methode

Definition

Abrufen einer Verbindungseinstellungsregistrierung für eine Bot Service

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Vorgangs-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))

Parameter

connectionName
String

Der Name der Bot Service-Verbindungseinstellungsressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

connectionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

connectionName ist NULL.

Gilt für: