Partager via


ZonesOperationsExtensions.ListNext(IZonesOperations, String) Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Dns.Models.Zone> ListNext (this Microsoft.Azure.Management.Dns.IZonesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Dns.IZonesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Dns.Models.Zone>
<Extension()>
Public Function ListNext (operations As IZonesOperations, nextPageLink As String) As IPage(Of Zone)

Paramètres

operations
IZonesOperations

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.

Retours

S’applique à