list Security Advisory Impacted Resource By Subscription Id And Event Id
suspend fun listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(argument: ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdPlainArgs): ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult
Lists impacted resources in the subscription by an event (Security Advisory). Uses Azure REST API version 2022-10-01. Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-10-01-preview, 2024-02-01.
Return
The List of eventImpactedResources operation response.
Parameters
argument
null
suspend fun listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(eventTrackingId: String, filter: String? = null): ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult
Return
The List of eventImpactedResources operation response.
Parameters
event Tracking Id
Event Id which uniquely identifies ServiceHealth event.
filter
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
See also
suspend fun listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(argument: suspend ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdPlainArgsBuilder.() -> Unit): ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult
Return
The List of eventImpactedResources operation response.
Parameters
argument
Builder for com.pulumi.azurenative.resourcehealth.kotlin.inputs.ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdPlainArgs.