次の方法で共有


PSEventSubscriptionListPagedInstance Constructor

Definition

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>
includeFullEndpointUrl
Boolean
nextLink
String

Applies to