Class ActionRequestProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.ActionPropertiesBase
com.azure.resourcemanager.securityinsights.fluent.models.ActionRequestProperties

public final class ActionRequestProperties extends ActionPropertiesBase
Action property bag.
  • Constructor Details

    • ActionRequestProperties

      public ActionRequestProperties()
  • Method Details

    • triggerUri

      public String triggerUri()
      Get the triggerUri property: Logic App Callback URL for this specific workflow.
      Returns:
      the triggerUri value.
    • withTriggerUri

      public ActionRequestProperties withTriggerUri(String triggerUri)
      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

      public ActionRequestProperties 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}.
      Overrides:
      withLogicAppResourceId in class ActionPropertiesBase
      Parameters:
      logicAppResourceId - the logicAppResourceId value to set.
      Returns:
      the ActionPropertiesBase object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ActionPropertiesBase
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.