Uses of Interface
com.azure.resourcemanager.securityinsights.models.AlertRule
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of AlertRule in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAlertRules.createOrUpdate
(String resourceGroupName, String workspaceName, String ruleId, AlertRuleInner alertRule) Creates or updates the alert rule.Gets the alert rule.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AlertRule>
AlertRules.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String ruleId, AlertRuleInner alertRule, com.azure.core.util.Context context) Creates or updates the alert rule.com.azure.core.http.rest.Response<AlertRule>
AlertRules.getWithResponse
(String resourceGroupName, String workspaceName, String ruleId, com.azure.core.util.Context context) Gets the alert rule.com.azure.core.http.rest.PagedIterable<AlertRule>
Gets all alert rules.com.azure.core.http.rest.PagedIterable<AlertRule>
AlertRules.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all alert rules.