EventImpactedResourceListResult interface

The List of eventImpactedResources operation response.

Properties

nextLink

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

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[]

Property Value