Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.AutomationRuleInner
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 AutomationRuleInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionAutomationRulesClient.createOrUpdate
(String resourceGroupName, String workspaceName, String automationRuleId) Creates or updates the automation rule.Gets the automation rule.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AutomationRuleInner>
AutomationRulesClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String automationRuleId, AutomationRuleInner automationRuleToUpsert, com.azure.core.util.Context context) Creates or updates the automation rule.com.azure.core.http.rest.Response<AutomationRuleInner>
AutomationRulesClient.getWithResponse
(String resourceGroupName, String workspaceName, String automationRuleId, com.azure.core.util.Context context) Gets the automation rule.com.azure.core.http.rest.PagedIterable<AutomationRuleInner>
Gets all automation rules.com.azure.core.http.rest.PagedIterable<AutomationRuleInner>
AutomationRulesClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all automation rules.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AutomationRuleInner>
AutomationRulesClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String automationRuleId, AutomationRuleInner automationRuleToUpsert, com.azure.core.util.Context context) Creates or updates the automation rule. -
Uses of AutomationRuleInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionAutomationRuleInner.withActions
(List<AutomationRuleAction> actions) Set the actions property: The actions to execute when the automation rule is triggered.AutomationRuleInner.withDisplayName
(String displayName) Set the displayName property: The display name of the automation rule.Set the etag property: Etag of the azure resource.AutomationRuleInner.withOrder
(int order) Set the order property: The order of execution of the automation rule.AutomationRuleInner.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Set the triggeringLogic property: Describes automation rule triggering logic. -
Uses of AutomationRuleInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAutomationRule.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.AutomationRuleInner object.Modifier and TypeMethodDescriptionAutomationRulesList.value()
Get the value property: The value property.Modifier and TypeMethodDescriptionAutomationRulesList.withValue
(List<AutomationRuleInner> value) Set the value property: The value property.