Bagikan melalui


TenantActivityLogsOperationsExtensions.ListNext 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> ListNext (this Microsoft.Azure.Management.Monitor.ITenantActivityLogsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Monitor.ITenantActivityLogsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.EventData>
<Extension()>
Public Function ListNext (operations As ITenantActivityLogsOperations, nextPageLink As String) As IPage(Of EventData)

Parameters

operations
ITenantActivityLogsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to