EventImpactedResourceListResult interface
The List of eventImpactedResources operation response.
Properties
next |
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource. |
value | The list of eventImpactedResources. |
Property Details
nextLink
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.
nextLink?: string
Property Value
string
value
The list of eventImpactedResources.
value: EventImpactedResource[]