Partager via


RecordSetsOperationsExtensions.ListAllByDnsZoneNextAsync 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.Models.RecordSet>> ListAllByDnsZoneNextAsync (this Microsoft.Azure.Management.Dns.IRecordSetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAllByDnsZoneNextAsync : Microsoft.Azure.Management.Dns.IRecordSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Dns.Models.RecordSet>>
<Extension()>
Public Function ListAllByDnsZoneNextAsync (operations As IRecordSetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecordSet))

Paramètres

operations
IRecordSetsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à