Freigeben über


ChannelsOperationsExtensions.ListByPartnerNamespaceNextAsync Methode

Definition

Listenkanäle auf.

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

Parameter

operations
IChannelsOperations

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 Kanäle in einem Partnernamespace auf.

Gilt für: