Applications - Start
启动 API。
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}/Start
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
application
|
path | True |
string |
应用程序名称。 |
请求正文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 类型 | 说明 |
---|---|---|
DeployAllPolicies |
boolean |
部署所有策略 |
EnableAllReceiveLocations |
boolean |
启用所有接收位置 |
StartAllOrchestrations |
boolean |
启动所有业务流程 |
StartAllSendPortGroups |
boolean |
启动所有发送端口组 |
StartAllSendPorts |
boolean |
启动所有发送端口 |
StartReferencedApplications |
boolean |
启动引用的应用程序 |
响应
名称 | 类型 | 说明 |
---|---|---|
204 No Content |
无内容 |
定义
BTApplicationStartOptions
BTApplication 启动选项的模型
名称 | 类型 | 说明 |
---|---|---|
DeployAllPolicies |
boolean |
部署所有策略 |
EnableAllReceiveLocations |
boolean |
启用所有接收位置 |
StartAllOrchestrations |
boolean |
启动所有业务流程 |
StartAllSendPortGroups |
boolean |
启动所有发送端口组 |
StartAllSendPorts |
boolean |
启动所有发送端口 |
StartReferencedApplications |
boolean |
启动引用的应用程序 |