Status Class

Identify the status of the most severe insight generated by the detector.

Inheritance
azure.mgmt.web._serialization.Model
Status

Constructor

Status(*, message: str | None = None, status_id: str | _models.InsightStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
message
str

Descriptive message.

status_id

Level of the most severe insight generated by the detector. Known values are: "Critical", "Warning", "Info", "Success", and "None".

Variables

Name Description
message
str

Descriptive message.

status_id

Level of the most severe insight generated by the detector. Known values are: "Critical", "Warning", "Info", "Success", and "None".