PrivateLinkResourcesOperationsExtensions.ListByResourceNextAsync 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.
Répertoriez les ressources de liaison privée sous une rubrique, un domaine ou un espace de noms partenaire spécifique.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PrivateLinkResource>> ListByResourceNextAsync (this Microsoft.Azure.Management.EventGrid.IPrivateLinkResourcesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceNextAsync : Microsoft.Azure.Management.EventGrid.IPrivateLinkResourcesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PrivateLinkResource>>
<Extension()>
Public Function ListByResourceNextAsync (operations As IPrivateLinkResourcesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))
Paramètres
- operations
- IPrivateLinkResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- nextPageLink
- String
NextLink du précédent appel réussi à l’opération List.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Répertoriez toutes les ressources de liaison privée sous une rubrique, un domaine ou un espace de noms partenaire.
S’applique à
Azure SDK for .NET