Uses of Interface
com.azure.resourcemanager.securityinsights.models.AutomationRule
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of AutomationRule in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAutomationRule.Update.apply()
Executes the update request.AutomationRule.Update.apply
(com.azure.core.util.Context context) Executes the update request.AutomationRule.DefinitionStages.WithCreate.create()
Executes the create request.AutomationRule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets the automation rule.Gets the automation rule.AutomationRule.refresh()
Refreshes the resource to sync with Azure.AutomationRule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AutomationRule>
AutomationRules.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets the automation rule.com.azure.core.http.rest.Response<AutomationRule>
AutomationRules.getWithResponse
(String resourceGroupName, String workspaceName, String automationRuleId, com.azure.core.util.Context context) Gets the automation rule.com.azure.core.http.rest.PagedIterable<AutomationRule>
Gets all automation rules.com.azure.core.http.rest.PagedIterable<AutomationRule>
AutomationRules.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all automation rules.