NotificationListResponse interface

The response of listUpgradeNotifications.

Properties

nextLink

Link for next set of notifications. NOTE: This property will not be serialized. It can only be populated by the server.

value

List of all notifications.

Property Details

Link for next set of notifications. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

List of all notifications.

value?: UpgradeNotification[]

Property Value