Partager via


PrivateZonesOperationsExtensions.ListNextAsync Méthode

Définition

Répertorie les zones DNS privé dans tous les groupes de ressources d’un abonnement.

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

Paramètres

operations
IPrivateZonesOperations

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 à