Interface ActionResponse.UpdateStages.WithTriggerUri

All Known Subinterfaces:
ActionResponse.Update
Enclosing interface:
ActionResponse.UpdateStages

public static interface ActionResponse.UpdateStages.WithTriggerUri
The stage of the ActionResponse update allowing to specify triggerUri.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTriggerUri(String triggerUri)
    Specifies the triggerUri property: Logic App Callback URL for this specific workflow..
  • Method Details

    • withTriggerUri

      ActionResponse.Update withTriggerUri(String triggerUri)
      Specifies the triggerUri property: Logic App Callback URL for this specific workflow..
      Parameters:
      triggerUri - Logic App Callback URL for this specific workflow.
      Returns:
      the next definition stage.