TenantActivityLogsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:tenant_activity_logs> attribute.
Constructor
TenantActivityLogsOperations(*args, **kwargs)
Methods
| list |
Gets the Activity Logs for the Tenant.:code:>> |
list
Gets the Activity Logs for the Tenant.:code:>><<<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.).:code:>><<<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.
list(filter: str | None = None, select: str | None = None, **kwargs: Any) -> ItemPaged[EventData]
Parameters
| Name | Description |
|---|---|
|
filter
|
Reduces the set of data collected. Default value: None
|
|
select
|
Used to fetch events with only the given properties.:code:>> Default value: None
|
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either EventData or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.monitor.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv181\\Lib\\site-packages\\azure\\mgmt\\monitor\\models\\__init__.py'>