Freigeben über


ZonesOperationsExtensions.ListNextAsync Methode

Definition

Listet die DNS-Zonen in allen Ressourcengruppen in einem Abonnement auf.

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

Parameter

operations
IZonesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: