Status Class

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

Inheritance
Status

Constructor

Status(*, message: Optional[str] = None, status_id: Optional[Union[str, azure.mgmt.web.v2021_02_01.models._web_site_management_client_enums.InsightStatus]] = None, **kwargs)

Parameters

message
str
Required

Descriptive message.

status_id
str or InsightStatus
Required

Level of the most severe insight generated by the detector. Possible values include: "Critical", "Warning", "Info", "Success", "None".