SBSubscriptionListResult interface
The response to the List Subscriptions operation.
Properties
next |
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
nextLink
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[]