Compartilhar via


RegistriesOperationsExtensions.ListPrivateLinkResourcesNextAsync Método

Definição

Lista os recursos de link privado para um registro de contêiner.

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))

Parâmetros

operations
IRegistriesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a