PSTopicListPagedInstance(IEnumerable<Topic>, String) Constructor

Definition

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

Parameters

topicsList
IEnumerable<Topic>
nextLink
String

Applies to