Uses of Class
com.azure.resourcemanager.securityinsights.models.ActionRequest
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of ActionRequest 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.com.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. -
Uses of ActionRequest in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource.ActionRequest.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}.ActionRequest.withTriggerUri
(String triggerUri) Set the triggerUri property: Logic App Callback URL for this specific workflow.