SecurityAdvisoryImpactedResources Interface
public interface SecurityAdvisoryImpactedResources
Resource collection API of SecurityAdvisoryImpactedResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listBySubscriptionIdAndEventId(String eventTrackingId)
Lists impacted resources in the subscription by an event (Security Advisory). |
|
abstract
Paged |
listBySubscriptionIdAndEventId(String eventTrackingId, String filter, Context context)
Lists impacted resources in the subscription by an event (Security Advisory). |
|
abstract
Paged |
listByTenantIdAndEventId(String eventTrackingId)
Lists impacted resources in the tenant by an event (Security Advisory). |
|
abstract
Paged |
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:
Returns:
listBySubscriptionIdAndEventId
public abstract PagedIterable<EventImpactedResource> listBySubscriptionIdAndEventId(String eventTrackingId, String filter, Context context)
Lists impacted resources in the subscription by an event (Security Advisory).
Parameters:
Returns:
listByTenantIdAndEventId
public abstract PagedIterable<EventImpactedResource> listByTenantIdAndEventId(String eventTrackingId)
Lists impacted resources in the tenant by an event (Security Advisory).
Parameters:
Returns:
listByTenantIdAndEventId
public abstract PagedIterable<EventImpactedResource> listByTenantIdAndEventId(String eventTrackingId, String filter, Context context)
Lists impacted resources in the tenant by an event (Security Advisory).
Parameters:
Returns: