Compartir a través de


PrivateLinkHubPrivateLinkResourcesOperationsExtensions.ListNextAsync Método

Definición

Recursos de Private Link

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

Parámetros

operations
IPrivateLinkHubPrivateLinkResourcesOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtención de todos los recursos de private link para un centro de private link

Se aplica a