Interface ApplicationInsightsComponentProactiveDetectionConfiguration


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

      • 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.