BotResource.GetPrivateLinkResourcesByBotResource(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les ressources de liaison privée qui doivent être créées pour un bot.
- Chemin de requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/privateLinkResources
- IdPrivateLinkResources_ListByBotResource d’opération
public virtual Azure.Pageable<Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData> GetPrivateLinkResourcesByBotResource (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesByBotResource : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesByBotResource : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResourcesByBotResource (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BotServicePrivateLinkResourceData)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de BotServicePrivateLinkResourceData qui peut nécessiter plusieurs demandes de service pour itérer.