Problem class

Describes a problem that is detected by correlating observations.

Constructors

Problem({String? affectedResource, DateTime? endTime, Map<FeedbackKey, FeedbackValue>? feedback, String? id, String? insights, String? resourceGroupName, SeverityLevel? severityLevel, DateTime? startTime, Status? status, String? title})
Problem.fromJson(Map<String, dynamic> json)
factory

Properties

affectedResource String?
The resource affected by the problem.
final
endTime DateTime?
The time when the problem ended, in epoch seconds.
final
feedback Map<FeedbackKey, FeedbackValue>?
Feedback provided by the user about the problem.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the problem.
final
insights String?
A detailed analysis of the problem using machine learning.
final
resourceGroupName String?
The name of the resource group affected by the problem.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severityLevel SeverityLevel?
A measure of the level of impact of the problem.
final
startTime DateTime?
The time when the problem started, in epoch seconds.
final
status Status?
The status of the problem.
final
title String?
The name of the problem.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited