ActivityLogsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:activity_logs> attribute.
Constructor
ActivityLogsOperations(*args, **kwargs)
Methods
| list |
Provides the list of records from the activity logs. |
list
Provides the list of records from the activity logs.
list(filter: str, select: str | None = None, **kwargs: Any) -> ItemPaged[EventData]
Parameters
| Name | Description |
|---|---|
|
filter
Required
|
Reduces the set of data collected. |
|
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'>