ApplicationInfo class

Describes the status of the application.

Constructors

ApplicationInfo({bool? cWEMonitorEnabled, String? lifeCycle, bool? opsCenterEnabled, String? opsItemSNSTopicArn, String? remarks, String? resourceGroupName})
ApplicationInfo.fromJson(Map<String, dynamic> json)
factory

Properties

cWEMonitorEnabled bool?
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
final
hashCode int
The hash code for this object.
no setterinherited
lifeCycle String?
The lifecycle of the application.
final
opsCenterEnabled bool?
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
final
opsItemSNSTopicArn String?
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
final
remarks String?
The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:
final
resourceGroupName String?
The name of the resource group used for the application.
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