Class ActionResponseProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ActionPropertiesBase
com.azure.resourcemanager.securityinsights.fluent.models.ActionResponseProperties
Action property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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}.withWorkflowId
(String workflowId) Set the workflowId property: The name of the logic app's workflow.Get the workflowId property: The name of the logic app's workflow.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ActionPropertiesBase
logicAppResourceId
-
Constructor Details
-
ActionResponseProperties
public ActionResponseProperties()
-
-
Method Details
-
workflowId
Get the workflowId property: The name of the logic app's workflow.- Returns:
- the workflowId value.
-
withWorkflowId
Set the workflowId property: The name of the logic app's workflow.- Parameters:
workflowId
- the workflowId value to set.- Returns:
- the ActionResponseProperties 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.
-