Freigeben über


CustomDomainsOperationsExtensions.ListNextAsync Methode

Definition

Listen Sie die benutzerdefinierten Domänen einer Lebenszyklusanwendung auf.

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

Parameter

operations
ICustomDomainsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: