SubscriptionsListResult interface

Result of the List event subscriptions operation.

Properties

nextLink

A link for the next page of event subscriptions

value

A collection of Subscriptions.

Property Details

A link for the next page of event subscriptions

nextLink?: string

Property Value

string

value

A collection of Subscriptions.

value?: Subscription[]

Property Value