Interface AlertRules
- All Superinterfaces:
HasManager<MonitorManager>
Entry point to Alert Rules management API.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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
-