Interface ActionResponse.UpdateStages.WithLogicAppResourceId

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

    public static interface ActionResponse.UpdateStages.WithLogicAppResourceId
    The stage of the ActionResponse update allowing to specify logicAppResourceId.
    • Method Detail

      • withLogicAppResourceId

        ActionResponse.Update withLogicAppResourceId​(String logicAppResourceId)
        Specifies the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}..
        Parameters:
        logicAppResourceId - Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
        Returns:
        the next definition stage.