SubscriptionListResult interface
Subscription list operation response.
Properties
nextLink |
The URL to get the next set of results.
|
value |
An array of subscriptions.
|
Property Details
nextLink
The URL to get the next set of results.
nextLink: string
Property Value
value
An array of subscriptions.
value?: Subscription[]
Property Value