Uses of Class
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitionsModifier and TypeMethodDescriptionApplicationInsightsComponentProactiveDetectionConfigurationInner.ruleDefinitions()Get the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values for all components).Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitionsModifier and TypeMethodDescriptionApplicationInsightsComponentProactiveDetectionConfigurationInner.withRuleDefinitions(ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ruleDefinitions) Set the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values for all components). -
Uses of ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitionsModifier and TypeMethodDescriptionApplicationInsightsComponentProactiveDetectionConfiguration.ruleDefinitions()Gets the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values for all components).ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withDescription(String description) Set the description property: The rule description.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withDisplayName(String displayName) Set the displayName property: The rule name as it is displayed in UI.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withHelpUrl(String helpUrl) Set the helpUrl property: URL which displays additional info about the proactive detection rule.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withIsEnabledByDefault(Boolean isEnabledByDefault) Set the isEnabledByDefault property: A flag indicating whether the rule is enabled by default.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withIsHidden(Boolean isHidden) Set the isHidden property: A flag indicating whether the rule is hidden (from the UI).ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withIsInPreview(Boolean isInPreview) Set the isInPreview property: A flag indicating whether the rule is in preview.Set the name property: The rule name.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.withSupportsEmailNotifications(Boolean supportsEmailNotifications) Set the supportsEmailNotifications property: A flag indicating whether email notifications are supported for detections for this rule.