Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TenantActivityLogs

Package version

Class representing a TenantActivityLogs.

Hierarchy

  • TenantActivityLogs

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • 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

    • Optional options: Models.TenantActivityLogsListOptionalParams

    Returns Promise<Models.TenantActivityLogsListResponse>

    Promise<Models.TenantActivityLogsListResponse>

  • Parameters

    Returns void

  • Parameters

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TenantActivityLogsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<EventDataCollection>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<EventDataCollection>): void
  • 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

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.TenantActivityLogsListNextResponse>

    Promise<Models.TenantActivityLogsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<EventDataCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<EventDataCollection>

      The callback

    Returns void

Generated using TypeDoc