Uses of Interface
com.azure.resourcemanager.securityinsights.models.ActionResponse
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ActionResponse in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionActionResponse.Update.apply()
Executes the update request.ActionResponse.Update.apply
(com.azure.core.util.Context context) Executes the update request.ActionResponse.DefinitionStages.WithCreate.create()
Executes the create request.ActionResponse.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets the action of alert rule.Gets the action of alert rule.ActionResponse.refresh()
Refreshes the resource to sync with Azure.ActionResponse.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ActionResponse>
Actions.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets the action of alert rule.com.azure.core.http.rest.Response<ActionResponse>
Actions.getWithResponse
(String resourceGroupName, String workspaceName, String ruleId, String actionId, com.azure.core.util.Context context) Gets the action of alert rule.com.azure.core.http.rest.PagedIterable<ActionResponse>
Actions.listByAlertRule
(String resourceGroupName, String workspaceName, String ruleId) Gets all actions of alert rule.com.azure.core.http.rest.PagedIterable<ActionResponse>
Actions.listByAlertRule
(String resourceGroupName, String workspaceName, String ruleId, com.azure.core.util.Context context) Gets all actions of alert rule.