SecurityAdvisoryImpactedResources interface

Interface representing a SecurityAdvisoryImpactedResources.

Methods

listBySubscriptionIdAndEventId(string, SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams)

Lists impacted resources in the subscription by an event (Security Advisory).

listByTenantIdAndEventId(string, SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams)

Lists impacted resources in the tenant by an event (Security Advisory).

Method Details

listBySubscriptionIdAndEventId(string, SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams)

Lists impacted resources in the subscription by an event (Security Advisory).

function listBySubscriptionIdAndEventId(eventTrackingId: string, options?: SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams): PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>

Parameters

eventTrackingId

string

Event Id which uniquely identifies ServiceHealth event.

Returns

listByTenantIdAndEventId(string, SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams)

Lists impacted resources in the tenant by an event (Security Advisory).

function listByTenantIdAndEventId(eventTrackingId: string, options?: SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams): PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>

Parameters

eventTrackingId

string

Event Id which uniquely identifies ServiceHealth event.

Returns