Interface AlertRules
-
- All Superinterfaces:
HasManager<MonitorManager>
public interface AlertRules extends HasManager<MonitorManager>
Entry point to Alert Rules management API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogAlertsactivityLogAlerts()MetricAlertsmetricAlerts()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
-
-
-
Method Detail
-
metricAlerts
MetricAlerts metricAlerts()
- Returns:
- the Azure Metric Alerts API entry point
-
activityLogAlerts
ActivityLogAlerts activityLogAlerts()
- Returns:
- the Azure Activity Log Alerts API entry point
-
-