你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Status Class
Identify the status of the most severe insight generated by the detector.
- Inheritance
-
azure.mgmt.web._serialization.ModelStatus
Constructor
Status(*, message: str | None = None, status_id: str | _models.InsightStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
message
|
Descriptive message. |
status_id
|
str or
InsightStatus
Level of the most severe insight generated by the detector. Known values are: "Critical", "Warning", "Info", "Success", and "None". |
Variables
Name | Description |
---|---|
message
|
Descriptive message. |
status_id
|
str or
InsightStatus
Level of the most severe insight generated by the detector. Known values are: "Critical", "Warning", "Info", "Success", and "None". |