共用方式為


SecurityAdvisoryImpactedResources Interface

public interface SecurityAdvisoryImpactedResources

Resource collection API of SecurityAdvisoryImpactedResources.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<EventImpactedResource> listBySubscriptionIdAndEventId(String eventTrackingId)

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

abstract PagedIterable<EventImpactedResource> listBySubscriptionIdAndEventId(String eventTrackingId, String filter, Context context)

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

abstract PagedIterable<EventImpactedResource> listByTenantIdAndEventId(String eventTrackingId)

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

abstract PagedIterable<EventImpactedResource> listByTenantIdAndEventId(String eventTrackingId, String filter, Context context)

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

Method Details

listBySubscriptionIdAndEventId

public abstract PagedIterable<EventImpactedResource> listBySubscriptionIdAndEventId(String eventTrackingId)

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

Parameters:

eventTrackingId - Event Id which uniquely identifies ServiceHealth event.

Returns:

the List of eventImpactedResources operation response as paginated response with PagedIterable<T>.

listBySubscriptionIdAndEventId

public abstract PagedIterable<EventImpactedResource> listBySubscriptionIdAndEventId(String eventTrackingId, String filter, Context context)

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

Parameters:

eventTrackingId - 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.
context - The context to associate with this operation.

Returns:

the List of eventImpactedResources operation response as paginated response with PagedIterable<T>.

listByTenantIdAndEventId

public abstract PagedIterable<EventImpactedResource> listByTenantIdAndEventId(String eventTrackingId)

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

Parameters:

eventTrackingId - Event Id which uniquely identifies ServiceHealth event.

Returns:

the List of eventImpactedResources operation response as paginated response with PagedIterable<T>.

listByTenantIdAndEventId

public abstract PagedIterable<EventImpactedResource> listByTenantIdAndEventId(String eventTrackingId, String filter, Context context)

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

Parameters:

eventTrackingId - 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.
context - The context to associate with this operation.

Returns:

the List of eventImpactedResources operation response as paginated response with PagedIterable<T>.

Applies to