ConfigurationEvent class

The event information.

Constructors

ConfigurationEvent({String? eventDetail, String? eventResourceName, ConfigurationEventResourceType? eventResourceType, ConfigurationEventStatus? eventStatus, DateTime? eventTime, String? monitoredResourceARN})
ConfigurationEvent.fromJson(Map<String, dynamic> json)
factory

Properties

eventDetail String?
The details of the event in plain text.
final
eventResourceName String?
The name of the resource Application Insights attempted to configure.
final
eventResourceType ConfigurationEventResourceType?
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
final
eventStatus ConfigurationEventStatus?
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
final
eventTime DateTime?
The timestamp of the event.
final
hashCode int
The hash code for this object.
no setterinherited
monitoredResourceARN String?
The resource monitored by Application Insights.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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