Interface AlertRules
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>
public interface AlertRules extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>Entry point to Alert Rules management API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogAlertsactivityLogAlerts()MetricAlertsmetricAlerts()
-
-
-
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
-
-