Compartir a través de


RecordSetsOperationsExtensions.ListNextAsync Método

Definición

Enumera todos los conjuntos de registros de una zona de DNS privado.

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

Parámetros

operations
IRecordSetsOperations

El grupo de operaciones de 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

Se aplica a