DetectorAbnormalTimePeriod 類別
類別,表示偵測到異常時間週期。
- 繼承
-
azure.mgmt.web._serialization.ModelDetectorAbnormalTimePeriod
建構函式
DetectorAbnormalTimePeriod(*, start_time: datetime | None = None, end_time: datetime | None = None, message: str | None = None, source: str | None = None, priority: float | None = None, meta_data: List[List[_models.NameValuePair]] | None = None, type: str | _models.IssueType | None = None, solutions: List[_models.Solution] | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
start_time
|
相互關聯的事件的開始時間。 |
end_time
|
相互關聯的事件結束時間。 |
message
|
描述事件的訊息。 |
source
|
表示偵測器的名稱。 |
priority
|
表示偵測器的排名。 |
meta_data
|
停機時間中繼資料。 |
type
|
表示偵測器的型別。 已知值為:「ServiceIncident」、「AppDeployment」、「AppCrash」、「RuntimeIssueDetected」、「AseDeployment」、「UserIssue」、「PlatformIssue」 和 「Other」。 |
solutions
|
建議的解決方案清單。 |
變數
名稱 | Description |
---|---|
start_time
|
相互關聯的事件的開始時間。 |
end_time
|
相互關聯的事件結束時間。 |
message
|
描述事件的訊息。 |
source
|
表示偵測器的名稱。 |
priority
|
表示偵測器的排名。 |
meta_data
|
停機時間中繼資料。 |
type
|
表示偵測器的型別。 已知值為:「ServiceIncident」、「AppDeployment」、「AppCrash」、「RuntimeIssueDetected」、「AseDeployment」、「UserIssue」、「PlatformIssue」 和 「Other」。 |
solutions
|
建議的解決方案清單。 |