Partager via


RegistriesOperationsExtensions.ListPrivateLinkResourcesNextAsync Méthode

Définition

Répertorie les ressources de liaison privée pour un registre de conteneurs.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>> ListPrivateLinkResourcesNextAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateLinkResourcesNextAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>>
<Extension()>
Public Function ListPrivateLinkResourcesNextAsync (operations As IRegistriesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))

Paramètres

operations
IRegistriesOperations

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

S’applique à