Class ActionRequest
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.models.ActionRequest
Action for alert rule.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.Get the triggerUri property: Logic App Callback URL for this specific workflow.void
validate()
Validates the instance.Set the etag property: Etag of the azure resource.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}.withTriggerUri
(String triggerUri) Set the triggerUri property: Logic App Callback URL for this specific workflow.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
etag, systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ActionRequest
public ActionRequest()
-
-
Method Details
-
withEtag
Set the etag property: Etag of the azure resource.- Overrides:
withEtag
in classResourceWithEtag
- Parameters:
etag
- the etag value to set.- Returns:
- the ResourceWithEtag object itself.
-
triggerUri
Get the triggerUri property: Logic App Callback URL for this specific workflow.- Returns:
- the triggerUri value.
-
withTriggerUri
Set the triggerUri property: Logic App Callback URL for this specific workflow.- Parameters:
triggerUri
- the triggerUri value to set.- Returns:
- the ActionRequest object itself.
-
logicAppResourceId
Get the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.- Returns:
- the logicAppResourceId value.
-
withLogicAppResourceId
Set the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.- Parameters:
logicAppResourceId
- the logicAppResourceId value to set.- Returns:
- the ActionRequest object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classResourceWithEtag
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-