Class AutomationActionLogicApp

java.lang.Object
com.azure.resourcemanager.security.models.AutomationAction
com.azure.resourcemanager.security.models.AutomationActionLogicApp

public final class AutomationActionLogicApp extends AutomationAction
The logic app action that should be triggered. To learn more about Microsoft Defender for Cloud's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore.
  • Constructor Details

    • AutomationActionLogicApp

      public AutomationActionLogicApp()
  • Method Details

    • logicAppResourceId

      public String logicAppResourceId()
      Get the logicAppResourceId property: The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App.
      Returns:
      the logicAppResourceId value.
    • withLogicAppResourceId

      public AutomationActionLogicApp withLogicAppResourceId(String logicAppResourceId)
      Set the logicAppResourceId property: The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App.
      Parameters:
      logicAppResourceId - the logicAppResourceId value to set.
      Returns:
      the AutomationActionLogicApp object itself.
    • uri

      public String uri()
      Get the uri property: The Logic App trigger URI endpoint (it will not be included in any response).
      Returns:
      the uri value.
    • withUri

      public AutomationActionLogicApp withUri(String uri)
      Set the uri property: The Logic App trigger URI endpoint (it will not be included in any response).
      Parameters:
      uri - the uri value to set.
      Returns:
      the AutomationActionLogicApp object itself.
    • validate

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