Class ActionResponseProperties

    • Constructor Detail

      • ActionResponseProperties

        public ActionResponseProperties()
    • Method Detail

      • 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.