ImpactedResourcesOperations interface
Interface representing a ImpactedResources operations.
Properties
| get | 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. |
Property Details
get
Gets the specific impacted resource in the subscription by an event.
get: (eventTrackingId: string, impactedResourceName: string, options?: ImpactedResourcesGetOptionalParams) => Promise<EventImpactedResource>
Property Value
(eventTrackingId: string, impactedResourceName: string, options?: ImpactedResourcesGetOptionalParams) => Promise<EventImpactedResource>
getByTenantId
Gets the specific impacted resource in the tenant by an event.
getByTenantId: (eventTrackingId: string, impactedResourceName: string, options?: ImpactedResourcesGetByTenantIdOptionalParams) => Promise<EventImpactedResource>
Property Value
(eventTrackingId: string, impactedResourceName: string, options?: ImpactedResourcesGetByTenantIdOptionalParams) => Promise<EventImpactedResource>
listBySubscriptionIdAndEventId
Lists impacted resources in the subscription by an event.
listBySubscriptionIdAndEventId: (eventTrackingId: string, options?: ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>
Property Value
(eventTrackingId: string, options?: ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>
listByTenantIdAndEventId
Lists impacted resources in the tenant by an event.
listByTenantIdAndEventId: (eventTrackingId: string, options?: ImpactedResourcesListByTenantIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>
Property Value
(eventTrackingId: string, options?: ImpactedResourcesListByTenantIdAndEventIdOptionalParams) => PagedAsyncIterableIterator<EventImpactedResource, EventImpactedResource[], PageSettings>