TenantActivityLogsOperationsExtensions Class

Definition

Extension methods for TenantActivityLogsOperations.

public static class TenantActivityLogsOperationsExtensions
type TenantActivityLogsOperationsExtensions = class
Public Module TenantActivityLogsOperationsExtensions
Inheritance
TenantActivityLogsOperationsExtensions

Methods

List(ITenantActivityLogsOperations, ODataQuery<EventData>, String)

Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>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.

ListAsync(ITenantActivityLogsOperations, ODataQuery<EventData>, String, CancellationToken)

Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>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.

ListNext(ITenantActivityLogsOperations, String)

Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>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.

ListNextAsync(ITenantActivityLogsOperations, String, CancellationToken)

Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>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.

Applies to