#[non_exhaustive]pub struct ApplicationInfo { /* private fields */ }
Expand description
Describes the status of the application.
Implementations§
source§impl ApplicationInfo
impl ApplicationInfo
sourcepub fn resource_group_name(&self) -> Option<&str>
pub fn resource_group_name(&self) -> Option<&str>
The name of the resource group used for the application.
sourcepub fn life_cycle(&self) -> Option<&str>
pub fn life_cycle(&self) -> Option<&str>
The lifecycle of the application.
sourcepub fn ops_item_sns_topic_arn(&self) -> Option<&str>
pub fn ops_item_sns_topic_arn(&self) -> Option<&str>
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
sourcepub fn ops_center_enabled(&self) -> Option<bool>
pub fn ops_center_enabled(&self) -> Option<bool>
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
sourcepub fn cwe_monitor_enabled(&self) -> Option<bool>
pub fn cwe_monitor_enabled(&self) -> Option<bool>
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated
, failed deployment
, and others.
sourcepub fn remarks(&self) -> Option<&str>
pub fn remarks(&self) -> Option<&str>
The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:
-
“Configuring application, detected 1 Errors, 3 Warnings”
-
“Configuring application, detected 1 Unconfigured Components”
sourcepub fn auto_config_enabled(&self) -> Option<bool>
pub fn auto_config_enabled(&self) -> Option<bool>
Indicates whether auto-configuration is turned on for this application.
sourcepub fn discovery_type(&self) -> Option<&DiscoveryType>
pub fn discovery_type(&self) -> Option<&DiscoveryType>
The method used by Application Insights to onboard your resources.
source§impl ApplicationInfo
impl ApplicationInfo
sourcepub fn builder() -> ApplicationInfoBuilder
pub fn builder() -> ApplicationInfoBuilder
Creates a new builder-style object to manufacture ApplicationInfo
.
Trait Implementations§
source§impl Clone for ApplicationInfo
impl Clone for ApplicationInfo
source§fn clone(&self) -> ApplicationInfo
fn clone(&self) -> ApplicationInfo
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ApplicationInfo
impl Debug for ApplicationInfo
source§impl PartialEq<ApplicationInfo> for ApplicationInfo
impl PartialEq<ApplicationInfo> for ApplicationInfo
source§fn eq(&self, other: &ApplicationInfo) -> bool
fn eq(&self, other: &ApplicationInfo) -> bool
self
and other
values to be equal, and is used
by ==
.