Partager via


CustomDomainsOperationsExtensions.ListByEndpointNext Méthode

Définition

Répertorie tous les domaines personnalisés existants au sein d’un point de terminaison.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.CustomDomain> ListByEndpointNext(this Microsoft.Azure.Management.Cdn.ICustomDomainsOperations operations, string nextPageLink);
static member ListByEndpointNext : Microsoft.Azure.Management.Cdn.ICustomDomainsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.CustomDomain>
<Extension()>
Public Function ListByEndpointNext (operations As ICustomDomainsOperations, nextPageLink As String) As IPage(Of CustomDomain)

Paramètres

operations
ICustomDomainsOperations

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 à