Class ActionRequestProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ActionPropertiesBase
com.azure.resourcemanager.securityinsights.fluent.models.ActionRequestProperties
Action property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the triggerUri property: Logic App Callback URL for this specific workflow.void
validate()
Validates the instance.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.ActionPropertiesBase
logicAppResourceId
-
Constructor Details
-
ActionRequestProperties
public ActionRequestProperties()
-
-
Method Details
-
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 ActionRequestProperties object itself.
-
withLogicAppResourceId
Set the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.- Overrides:
withLogicAppResourceId
in classActionPropertiesBase
- Parameters:
logicAppResourceId
- the logicAppResourceId value to set.- Returns:
- the ActionPropertiesBase object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classActionPropertiesBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-