DetectorAbnormalTimePeriod Class
Class representing Abnormal Time Period detected.
- Inheritance
-
azure.mgmt.web._serialization.ModelDetectorAbnormalTimePeriod
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
start_time
|
Start time of the correlated event. |
end_time
|
End time of the correlated event. |
message
|
Message describing the event. |
source
|
Represents the name of the Detector. |
priority
|
Represents the rank of the Detector. |
meta_data
|
Downtime metadata. |
type
|
Represents the type of the Detector. Known values are: "ServiceIncident", "AppDeployment", "AppCrash", "RuntimeIssueDetected", "AseDeployment", "UserIssue", "PlatformIssue", and "Other". |
solutions
|
List of proposed solutions. |
Variables
Name | Description |
---|---|
start_time
|
Start time of the correlated event. |
end_time
|
End time of the correlated event. |
message
|
Message describing the event. |
source
|
Represents the name of the Detector. |
priority
|
Represents the rank of the Detector. |
meta_data
|
Downtime metadata. |
type
|
Represents the type of the Detector. Known values are: "ServiceIncident", "AppDeployment", "AppCrash", "RuntimeIssueDetected", "AseDeployment", "UserIssue", "PlatformIssue", and "Other". |
solutions
|
List of proposed solutions. |
Azure SDK for Python