SecurityAdvisoryImpactedResourcesOperations interface
Interface representing a SecurityAdvisoryImpactedResources operations.
Properties
| list |
Lists impacted resources in the subscription by an event (Security Advisory). |
| list |
Lists impacted resources in the tenant by an event (Security Advisory). |
Property Details
listBySubscriptionIdAndEventId
Lists impacted resources in the subscription by an event (Security Advisory).
listBySubscriptionIdAndEventId: (eventTrackingId: string, options?: SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>
Property Value
(eventTrackingId: string, options?: SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>
listByTenantIdAndEventId
Lists impacted resources in the tenant by an event (Security Advisory).
listByTenantIdAndEventId: (eventTrackingId: string, options?: SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>
Property Value
(eventTrackingId: string, options?: SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>