Freigeben über


DomainTopicsOperationsExtensions.ListByDomainNextAsync Methode

Definition

Domänenthemen auflisten.

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

Parameter

operations
IDomainTopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Themen in einer Domäne auf.

Gilt für: