使用REST API创建LogicApp [英] Create LogicApp using REST API

查看:94
本文介绍了使用REST API创建LogicApp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



美好的一天!我是这个Logic应用程序的新手,我有几个疑问可以有人帮我这个。


1。是否可以使用API​​创建Logic应用程序而无需使用ARM或PowerShell。如果你能帮我解决文件链接。


2。使用一个Logic应用程序可以创建多个动作吗?例如,在调度程序作业集合中,您可以创建多个计划作业。同样我们可以在逻辑应用程序中执行,也可以为一个应用程序执行一次操作。



提前致谢。

解决方案

您可以使用Azure REST API:


工作流程 - 创建或更新


PUT https:// management。 azure.com/subscriptions/ {subscriptionId} / resourceGroups / {resourceGroupName} /providers/Microsoft.Logic/workflows/ {workflowName}?api-version = 2016-06-01


你可以在Logic应用程序中创建多个操作。


<强> https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview#how-does-logic-apps-work



Hi All,

Good Day! i am new to this Logic app and i have couple of doubts could someone help me with this.

1. Is it possible to create Logic app with API without using ARM or powershell. IF so could you please help me with the document link.

2. With one Logic app is it possible to create multiple action? like, in scheduler job collection, you can create number of schedule jobs. similarly can we do in logic app or is it one action for one app.

Thanks in advance.

解决方案

You can use Azure REST API for this :

Workflows - Create Or Update

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}?api-version=2016-06-01

You can create multiple actions in Logic app .

https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview#how-does-logic-apps-work


这篇关于使用REST API创建LogicApp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆