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)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
start_time
|
相関イベントの開始時刻。 |
end_time
|
相関イベントの終了時刻。 |
message
|
イベントを説明するメッセージ。 |
source
|
Detector の名前を表します。 |
priority
|
Detector のランクを表します。 |
meta_data
|
ダウンタイム メタデータ。 |
type
|
Detector の種類を表します。 既知の値は、"ServiceIncident"、"AppDeployment"、"AppCrash"、"RuntimeIssueDetected"、"AseDeployment"、"UserIssue"、"PlatformIssue"、および "Other" です。 |
solutions
|
提案されたソリューションの一覧。 |
変数
名前 | 説明 |
---|---|
start_time
|
相関イベントの開始時刻。 |
end_time
|
相関イベントの終了時刻。 |
message
|
イベントを説明するメッセージ。 |
source
|
Detector の名前を表します。 |
priority
|
Detector のランクを表します。 |
meta_data
|
ダウンタイム メタデータ。 |
type
|
Detector の種類を表します。 既知の値は、"ServiceIncident"、"AppDeployment"、"AppCrash"、"RuntimeIssueDetected"、"AseDeployment"、"UserIssue"、"PlatformIssue"、および "Other" です。 |
solutions
|
提案されたソリューションの一覧。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python