Compartilhar via


BotResource.GetPrivateLinkResourcesByBotResourceAsync Método

Definição

Obtém os recursos de link privado que precisam ser criados para um Bot.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/privateLinkResources
  • IdPrivateLinkResources_ListByBotResource de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData> GetPrivateLinkResourcesByBotResourceAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesByBotResourceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesByBotResourceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResourcesByBotResourceAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BotServicePrivateLinkResourceData)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de BotServicePrivateLinkResourceData que pode levar várias solicitações de serviço para iterar.

Aplica-se a