Partager via


RecordSetsOperationsExtensions.ListByDnsZoneNextAsync Méthode

Définition

Répertorie tous les jeux d’enregistrements d’une zone DNS.

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

Paramètres

operations
IRecordSetsOperations

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 à