ImpactedResources interface

Interface representing a ImpactedResources.

Methods

get(string, string, ImpactedResourcesGetOptionalParams)

Gets the specific impacted resource in the subscription by an event.

getByTenantId(string, string, ImpactedResourcesGetByTenantIdOptionalParams)

Gets the specific impacted resource in the tenant by an event.

listBySubscriptionIdAndEventId(string, ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams)

Lists impacted resources in the subscription by an event.

listByTenantIdAndEventId(string, ImpactedResourcesListByTenantIdAndEventIdOptionalParams)

Lists impacted resources in the tenant by an event.

Method Details

get(string, string, ImpactedResourcesGetOptionalParams)

Gets the specific impacted resource in the subscription by an event.

function get(eventTrackingId: string, impactedResourceName: string, options?: ImpactedResourcesGetOptionalParams): Promise<EventImpactedResource>

Parameters

eventTrackingId

string

Event Id which uniquely identifies ServiceHealth event.

impactedResourceName

string

Name of the Impacted Resource.

options
ImpactedResourcesGetOptionalParams

The options parameters.

Returns

getByTenantId(string, string, ImpactedResourcesGetByTenantIdOptionalParams)

Gets the specific impacted resource in the tenant by an event.

function getByTenantId(eventTrackingId: string, impactedResourceName: string, options?: ImpactedResourcesGetByTenantIdOptionalParams): Promise<EventImpactedResource>

Parameters

eventTrackingId

string

Event Id which uniquely identifies ServiceHealth event.

impactedResourceName

string

Name of the Impacted Resource.

options
ImpactedResourcesGetByTenantIdOptionalParams

The options parameters.

Returns

listBySubscriptionIdAndEventId(string, ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams)

Lists impacted resources in the subscription by an event.

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

Parameters

eventTrackingId

string

Event Id which uniquely identifies ServiceHealth event.

Returns

listByTenantIdAndEventId(string, ImpactedResourcesListByTenantIdAndEventIdOptionalParams)

Lists impacted resources in the tenant by an event.

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

Parameters

eventTrackingId

string

Event Id which uniquely identifies ServiceHealth event.

Returns