Orchestrations - Update
オーケストレーションを更新します。 ポート、ホスト、およびChange Trackingオプションをバインド/バインド解除できます
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 |
Status |
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 |
Status |
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 |
送信メッセージのプロパティを追跡する |