Interface AlertRules

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<MonitorManager>

public interface AlertRules extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<MonitorManager>
Entry point to Alert Rules management API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Azure Activity Log Alerts API entry point.
    Gets the Azure Metric Alerts API entry point.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager
  • Method Details

    • metricAlerts

      MetricAlerts metricAlerts()
      Gets the Azure Metric Alerts API entry point.
      Returns:
      the Azure Metric Alerts API entry point
    • activityLogAlerts

      ActivityLogAlerts activityLogAlerts()
      Gets the Azure Activity Log Alerts API entry point.
      Returns:
      the Azure Activity Log Alerts API entry point