ImpactedResources interface
Interface representing a ImpactedResources.
Methods
get(string, string, Impacted |
Gets the specific impacted resource in the subscription by an event. |
get |
Gets the specific impacted resource in the tenant by an event. |
list |
Lists impacted resources in the subscription by an event. |
list |
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.
The options parameters.
Returns
Promise<EventImpactedResource>
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.
The options parameters.
Returns
Promise<EventImpactedResource>
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.
The options parameters.
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.
The options parameters.