PSEventSubscriptionListPagedInstance Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public PSEventSubscriptionListPagedInstance (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> eventSubscriptionsList, Microsoft.Azure.Commands.EventGrid.EventGridClient client, bool includeFullEndpointUrl, string nextLink);
new Microsoft.Azure.Commands.EventGrid.Models.PSEventSubscriptionListPagedInstance : seq<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> * Microsoft.Azure.Commands.EventGrid.EventGridClient * bool * string -> Microsoft.Azure.Commands.EventGrid.Models.PSEventSubscriptionListPagedInstance
Public Sub New (eventSubscriptionsList As IEnumerable(Of EventSubscription), client As EventGridClient, includeFullEndpointUrl As Boolean, nextLink As String)
Parameters
- eventSubscriptionsList
- IEnumerable<EventSubscription>
- client
- EventGridClient
- includeFullEndpointUrl
- Boolean
- nextLink
- String