Share via


ChannelsOperationsExtensions.ListByPartnerNamespaceNextAsync Method

Definition

List channels.

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))

Parameters

operations
IChannelsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List all the channels in a partner namespace.

Applies to