Compartilhar via


PSChannelListPagedInstance(IEnumerable<Channel>, String) Constructor

Definition

public PSChannelListPagedInstance (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.Channel> channelsList, string nextLink);
new Microsoft.Azure.Commands.EventGrid.Models.PSChannelListPagedInstance : seq<Microsoft.Azure.Management.EventGrid.Models.Channel> * string -> Microsoft.Azure.Commands.EventGrid.Models.PSChannelListPagedInstance
Public Sub New (channelsList As IEnumerable(Of Channel), nextLink As String)

Parameters

channelsList
IEnumerable<Channel>
nextLink
String

Applies to