DetectorAbnormalTimePeriod 類別

代表偵測到異常時間週期的類別。

繼承
azure.mgmt.web._serialization.Model
DetectorAbnormalTimePeriod

建構函式

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
str

描述事件的訊息。

source
str

表示偵測器的名稱。

priority

表示偵測器的排名。

meta_data

停機時間中繼資料。

type

表示偵測器的類型。 已知值為:「ServiceIncident」、「AppDeployment」、「AppCrash」、「RuntimeIssueDetected」、「AseDeployment」、「UserIssue」、「PlatformIssue」 和 「Other」。

solutions

建議的解決方案清單。

變數

名稱 Description
start_time

相互關聯的事件開始時間。

end_time

相互關聯的事件結束時間。

message
str

描述事件的訊息。

source
str

表示偵測器的名稱。

priority

表示偵測器的排名。

meta_data

停機時間中繼資料。

type

表示偵測器的類型。 已知值為:「ServiceIncident」、「AppDeployment」、「AppCrash」、「RuntimeIssueDetected」、「AseDeployment」、「UserIssue」、「PlatformIssue」 和 「Other」。

solutions

建議的解決方案清單。