Udostępnij za pośrednictwem


BotConnectionSettingResource.GetWithSecrets(CancellationToken) Method

Definition

Get a Connection Setting registration for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}/listWithSecrets
  • Operation Id: BotConnection_ListWithSecrets
public virtual Azure.Response<Azure.ResourceManager.BotService.BotConnectionSettingResource> GetWithSecrets (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithSecrets : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.BotConnectionSettingResource>
override this.GetWithSecrets : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.BotConnectionSettingResource>
Public Overridable Function GetWithSecrets (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BotConnectionSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to