Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.ActionResponseInner
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 ActionResponseInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionActionsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String ruleId, String actionId, ActionRequest action) Creates or updates the action of alert rule.Gets the action of alert rule.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ActionResponseInner>
ActionsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String ruleId, String actionId, ActionRequest action, com.azure.core.util.Context context) Creates or updates the action of alert rule.com.azure.core.http.rest.Response<ActionResponseInner>
ActionsClient.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<ActionResponseInner>
ActionsClient.listByAlertRule
(String resourceGroupName, String workspaceName, String ruleId) Gets all actions of alert rule.com.azure.core.http.rest.PagedIterable<ActionResponseInner>
ActionsClient.listByAlertRule
(String resourceGroupName, String workspaceName, String ruleId, com.azure.core.util.Context context) Gets all actions of alert rule. -
Uses of ActionResponseInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource.ActionResponseInner.withLogicAppResourceId
(String logicAppResourceId) Set the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.ActionResponseInner.withWorkflowId
(String workflowId) Set the workflowId property: The name of the logic app's workflow. -
Uses of ActionResponseInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionActionResponse.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.ActionResponseInner object.Modifier and TypeMethodDescriptionActionsList.withValue
(List<ActionResponseInner> value) Set the value property: Array of actions.