Orchestrations - Update
更新協調流程。 允許我們系結/解除系結埠、主機和變更追蹤選項
PUT http://localhost/BizTalkManagementService/Orchestrations
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 類型 | Description |
---|---|---|
ApplicationName |
string |
應用程式名稱 |
AssemblyName |
string |
組件名稱 |
Description |
string |
描述 |
FullName |
string |
協調流程名稱 |
Host |
string |
主機名稱 |
ImplementedRoles |
string[] |
實作的角色 |
InboundPorts |
輸入連接埠 |
|
InvokedOrchestrations |
string[] |
叫用的協調流程 |
OutboundPorts |
輸出連接埠 |
|
Status |
string |
狀態 |
Tracking |
追蹤選項 |
|
UsedRoles |
string[] |
已使用的角色 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容 |
定義
名稱 | Description |
---|---|
Orchestration |
代表協調流程的模型 |
Orchestration |
代表輸入埠的模型 |
Orchestration |
代表輸出埠的模型 |
Orchestration |
代表協調流程追蹤選項的模型 |
Orchestration
代表協調流程的模型
名稱 | 類型 | Description |
---|---|---|
ApplicationName |
string |
應用程式名稱 |
AssemblyName |
string |
組件名稱 |
Description |
string |
描述 |
FullName |
string |
協調流程名稱 |
Host |
string |
主機名稱 |
ImplementedRoles |
string[] |
實作的角色 |
InboundPorts |
輸入連接埠 |
|
InvokedOrchestrations |
string[] |
叫用的協調流程 |
OutboundPorts |
輸出連接埠 |
|
Status |
string |
狀態 |
Tracking |
追蹤選項 |
|
UsedRoles |
string[] |
已使用的角色 |
OrchestrationInboundPort
代表輸入埠的模型
名稱 | 類型 | Description |
---|---|---|
Binding |
string |
埠系結類型 |
Name |
string |
連接埠名稱 |
PortType |
string |
連接埠類型 |
ReceivePort |
string |
系結至埠的實體接收埠 |
OrchestrationOutboundPort
代表輸出埠的模型
名稱 | 類型 | Description |
---|---|---|
Binding |
string |
埠系結類型 |
Name |
string |
連接埠名稱 |
PortType |
string |
連接埠類型 |
SendPort |
string |
系結至埠的實體 SendPort |
SendPortGroup |
string |
實體 SendPortGroup 系結至埠 |
OrchestrationTrackingOptions
代表協調流程追蹤選項的模型
名稱 | 類型 | Description |
---|---|---|
InboundMessageBody |
boolean |
輸入訊息本文 |
MessageSendReceive |
boolean |
訊息傳送接收 |
OrchestartionEvents |
boolean |
協調流程事件 |
OutboundMessageBody |
boolean |
輸出訊息本文 |
ServiceStartEnd |
boolean |
服務啟動結束 |
TrackPropertiesForIncomingMessages |
boolean |
追蹤傳入訊息的屬性 |
TrackPropertiesForOutgoingMessages |
boolean |
追蹤傳出訊息的屬性 |