Freigeben über


CustomDomainsOperationsExtensions.ListByEndpointNextAsync Methode

Definition

Listet alle vorhandenen benutzerdefinierten Domänen innerhalb eines Endpunkts auf.

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

Parameter

operations
ICustomDomainsOperations

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: