SBSubscriptionListResult interface

The response to the List Subscriptions operation.

Properties

nextLink

Link to the next set of results. Not empty if Value contains incomplete list of subscriptions.

value

Result of the List Subscriptions operation.

Property Details

Link to the next set of results. Not empty if Value contains incomplete list of subscriptions.

nextLink?: string

Property Value

string

value

Result of the List Subscriptions operation.

value?: SBSubscription[]

Property Value