Class ActionResponseProperties

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

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

    • ActionResponseProperties

      public ActionResponseProperties()
  • Method Details

    • workflowId

      public String workflowId()
      Get the workflowId property: The name of the logic app's workflow.
      Returns:
      the workflowId value.
    • withWorkflowId

      public ActionResponseProperties withWorkflowId(String workflowId)
      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

      public ActionResponseProperties 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.