Class ActionRequestProperties

    • Constructor Detail

      • ActionRequestProperties

        public ActionRequestProperties()
    • Method Detail

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