Orchestrations - Update
更新业务流程。 允许我们绑定/取消绑定端口、主机和更改跟踪选项
PUT http://localhost/BizTalkManagementService/Orchestrations
请求正文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 类型 | 说明 |
---|---|---|
ApplicationName |
string |
应用程序名称 |
AssemblyName |
string |
程序集名称 |
Description |
string |
说明 |
FullName |
string |
业务流程名称 |
Host |
string |
主机名 |
ImplementedRoles |
string[] |
已实现的角色 |
InboundPorts |
入站端口 |
|
InvokedOrchestrations |
string[] |
调用的业务流程 |
OutboundPorts |
出站端口 |
|
Status |
string |
状态 |
Tracking |
跟踪选项 |
|
UsedRoles |
string[] |
已用角色 |
响应
名称 | 类型 | 说明 |
---|---|---|
204 No Content |
无内容 |
定义
名称 | 说明 |
---|---|
Orchestration |
表示业务流程的模型 |
Orchestration |
表示入站端口的模型 |
Orchestration |
表示出站端口的模型 |
Orchestration |
表示业务流程跟踪选项的模型 |
Orchestration
表示业务流程的模型
名称 | 类型 | 说明 |
---|---|---|
ApplicationName |
string |
应用程序名称 |
AssemblyName |
string |
程序集名称 |
Description |
string |
说明 |
FullName |
string |
业务流程名称 |
Host |
string |
主机名 |
ImplementedRoles |
string[] |
已实现的角色 |
InboundPorts |
入站端口 |
|
InvokedOrchestrations |
string[] |
调用的业务流程 |
OutboundPorts |
出站端口 |
|
Status |
string |
状态 |
Tracking |
跟踪选项 |
|
UsedRoles |
string[] |
已用角色 |
OrchestrationInboundPort
表示入站端口的模型
名称 | 类型 | 说明 |
---|---|---|
Binding |
string |
端口绑定类型 |
Name |
string |
端口名称 |
PortType |
string |
端口类型 |
ReceivePort |
string |
绑定到端口的物理接收端口 |
OrchestrationOutboundPort
表示出站端口的模型
名称 | 类型 | 说明 |
---|---|---|
Binding |
string |
端口绑定类型 |
Name |
string |
端口名称 |
PortType |
string |
端口类型 |
SendPort |
string |
绑定到端口的物理 SendPort |
SendPortGroup |
string |
绑定到端口的物理 SendPortGroup |
OrchestrationTrackingOptions
表示业务流程跟踪选项的模型
名称 | 类型 | 说明 |
---|---|---|
InboundMessageBody |
boolean |
入站消息正文 |
MessageSendReceive |
boolean |
消息发送接收 |
OrchestartionEvents |
boolean |
业务流程事件 |
OutboundMessageBody |
boolean |
出站消息正文 |
ServiceStartEnd |
boolean |
服务开始结束 |
TrackPropertiesForIncomingMessages |
boolean |
跟踪传入消息的属性 |
TrackPropertiesForOutgoingMessages |
boolean |
跟踪传出消息的属性 |