BotResource.GetPrivateLinkResourcesByBotResourceAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET