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) -> Iterable[EventData]
Parameters
Name | Description |
---|---|
filter
Required
|
Reduces the set of data collected.:code: |
select
|
Used to fetch events with only the given properties.:code:>> Default value: None
|
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
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.v2015_04_01.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv168\\Lib\\site-packages\\azure\\mgmt\\monitor\\v2015_04_01\\models\\__init__.py'>