Alert Class
The alert.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAlert
Constructor
Alert(*, is_active: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_active
|
False by default; true if the alert is active. |
Variables
Name | Description |
---|---|
id
|
The alert ID. |
name
|
The alert name. |
type
|
The alert type. |
scope
|
The alert scope. |
is_active
|
False by default; true if the alert is active. |
incident_count
|
The number of generated incidents of the alert. |
last_modified_date_time
|
The date time when the alert configuration was updated or new incidents were generated. |
last_scanned_date_time
|
The date time when the alert was last scanned. |
alert_definition
|
The alert definition. |
alert_incidents
|
The alert incidents. |
alert_configuration
|
The alert configuration. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python