다음을 통해 공유


TenantActivityLogsOperationsExtensions.List Method

Definition

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.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.EventData> List (this Microsoft.Azure.Management.Monitor.ITenantActivityLogsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Monitor.Models.EventData> odataQuery = default, string select = default);
static member List : Microsoft.Azure.Management.Monitor.ITenantActivityLogsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Monitor.Models.EventData> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.EventData>
<Extension()>
Public Function List (operations As ITenantActivityLogsOperations, Optional odataQuery As ODataQuery(Of EventData) = Nothing, Optional select As String = Nothing) As IPage(Of EventData)

Parameters

operations
ITenantActivityLogsOperations

The operations group for this extension method.

odataQuery
ODataQuery<EventData>

OData parameters to apply to the operation.

select
String

Used to fetch events with only the given properties.<br>The $select argument is a comma separated list of property names to be returned. Possible values are: authorization, claims, correlationId, description, eventDataId, eventName, eventTimestamp, httpRequest, level, operationId, operationName, properties, resourceGroupName, resourceProviderName, resourceId, status, submissionTimestamp, subStatus, subscriptionId

Returns

Applies to