NotificationHubListResult interface
The response of the List NotificationHub operation.
Properties
next |
Link to the next set of results. Not empty if Value contains incomplete list of NotificationHub |
value | Result of the List NotificationHub operation. |
Property Details
nextLink
Link to the next set of results. Not empty if Value contains incomplete list of NotificationHub
nextLink?: string
Property Value
string
value
Result of the List NotificationHub operation.
value?: NotificationHubResource[]