Interface ApplicationInsightsComponentProactiveDetectionConfiguration


public interface ApplicationInsightsComponentProactiveDetectionConfiguration
An immutable client-side representation of ApplicationInsightsComponentProactiveDetectionConfiguration.
  • Method Details

    • name

      String name()
      Gets the name property: The rule name.
      Returns:
      the name value.
    • enabled

      Boolean enabled()
      Gets the enabled property: A flag that indicates whether this rule is enabled by the user.
      Returns:
      the enabled value.
    • sendEmailsToSubscriptionOwners

      Boolean sendEmailsToSubscriptionOwners()
      Gets the sendEmailsToSubscriptionOwners property: A flag that indicated whether notifications on this rule should be sent to subscription owners.
      Returns:
      the sendEmailsToSubscriptionOwners value.
    • customEmails

      List<String> customEmails()
      Gets the customEmails property: Custom email addresses for this rule notifications.
      Returns:
      the customEmails value.
    • lastUpdatedTime

      String lastUpdatedTime()
      Gets the lastUpdatedTime property: The last time this rule was updated.
      Returns:
      the lastUpdatedTime value.
    • ruleDefinitions

      Gets the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values for all components).
      Returns:
      the ruleDefinitions value.
    • innerModel

      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentProactiveDetectionConfigurationInner object.
      Returns:
      the inner object.