Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.AlertRuleInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of AlertRuleInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionAlertRulesClient.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<AlertRuleInner>
AlertRulesClient.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<AlertRuleInner>
AlertRulesClient.getWithResponse
(String resourceGroupName, String workspaceName, String ruleId, com.azure.core.util.Context context) Gets the alert rule.com.azure.core.http.rest.PagedIterable<AlertRuleInner>
Gets all alert rules.com.azure.core.http.rest.PagedIterable<AlertRuleInner>
AlertRulesClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all alert rules.Modifier and TypeMethodDescriptionAlertRulesClient.createOrUpdate
(String resourceGroupName, String workspaceName, String ruleId, AlertRuleInner alertRule) Creates or updates the alert rule.com.azure.core.http.rest.Response<AlertRuleInner>
AlertRulesClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String ruleId, AlertRuleInner alertRule, com.azure.core.util.Context context) Creates or updates the alert rule. -
Uses of AlertRuleInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource. -
Uses of AlertRuleInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Represents Fusion alert rule.final class
Represents MicrosoftSecurityIncidentCreation rule.final class
Represents MLBehaviorAnalytics alert rule.final class
Represents NRT alert rule.final class
Represents scheduled alert rule.final class
Represents Threat Intelligence alert rule.Modifier and TypeMethodDescriptionAlertRule.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.AlertRuleInner object.Modifier and TypeMethodDescriptionAlertRulesList.value()
Get the value property: Array of alert rules.Modifier and TypeMethodDescriptionAlertRules.createOrUpdate
(String resourceGroupName, String workspaceName, String ruleId, AlertRuleInner alertRule) Creates or updates the alert rule.com.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.Modifier and TypeMethodDescriptionAlertRulesList.withValue
(List<AlertRuleInner> value) Set the value property: Array of alert rules.