TenantActivityLogsClient Interface
public interface TenantActivityLogsClient
An instance of this class provides access to all the operations defined in TenantActivityLogsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Gets the Activity Logs for the Tenant. |
abstract
Paged |
list(String filter, String select, Context context)
Gets the Activity Logs for the Tenant. |
abstract
Paged |
listAsync()
Gets the Activity Logs for the Tenant. |
abstract
Paged |
listAsync(String filter, String select)
Gets the Activity Logs for the Tenant. |
Method Details
list
public abstract PagedIterable
Gets the Activity Logs for the Tenant.
Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).
One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
Returns:
list
public abstract PagedIterable
Gets the Activity Logs for the Tenant.
Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).
One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the Activity Logs for the Tenant.
Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).
One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
Returns:
listAsync
public abstract PagedFlux
Gets the Activity Logs for the Tenant.
Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).
One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
Parameters:
Returns:
Applies to
Azure SDK for Java