영어로 읽기

다음을 통해 공유


TenantResourceHealthEventResource.GetSecurityAdvisoryImpactedResourcesByTenantIdAndEventId Method

Definition

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

  • Request Path: /providers/Microsoft.ResourceHealth/events/{eventTrackingId}/listSecurityAdvisoryImpactedResources
  • Operation Id: SecurityAdvisoryImpactedResources_ListByTenantIdAndEventId
public virtual Azure.Pageable<Azure.ResourceManager.ResourceHealth.ResourceHealthEventImpactedResourceData> GetSecurityAdvisoryImpactedResourcesByTenantIdAndEventId (string filter = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

filter
String

The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ResourceHealthEventImpactedResourceData that may take multiple service requests to iterate over.

Applies to