Partager via


CustomDomainsOperationsExtensions.ListByEndpointNextAsync Méthode

Définition

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

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à