Pipelines - Update
パイプラインの更新の追跡と説明
PUT http://localhost/BizTalkManagementService/Pipelines/{pipelineName}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
pipeline
|
path | True |
string |
更新するパイプラインの名前 |
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名前 | 型 | 説明 |
---|---|---|
Application |
string |
パイプラインが属するアプリケーションの名前 |
AssemblyQualifiedName |
string |
パイプラインのアセンブリ修飾名 |
BtsAssembly |
string |
パイプラインの BTS アセンブリ名 |
Description |
string |
パイプラインの説明 |
FullName |
string |
パイプラインのフル ネーム |
Tracking |
パイプラインの追跡プロパティ |
|
Type |
string |
パイプラインの種類 (送受信/変換など) |
応答
名前 | 型 | 説明 |
---|---|---|
204 No Content |
コンテンツなし |
定義
名前 | 説明 |
---|---|
Pipeline |
パイプラインのモデル |
Pipeline |
パイプラインの追跡オプション |
Pipeline
パイプラインのモデル
名前 | 型 | 説明 |
---|---|---|
Application |
string |
パイプラインが属するアプリケーションの名前 |
AssemblyQualifiedName |
string |
パイプラインのアセンブリ修飾名 |
BtsAssembly |
string |
パイプラインの BTS アセンブリ名 |
Description |
string |
パイプラインの説明 |
FullName |
string |
パイプラインのフル ネーム |
Tracking |
パイプラインの追跡プロパティ |
|
Type |
string |
パイプラインの種類 (送受信/変換など) |
PipelineTracking
パイプラインの追跡オプション
名前 | 型 | 説明 |
---|---|---|
InboundMessageBody |
boolean |
パイプライン処理前のメッセージ |
MessageSendReceive |
boolean |
メッセージ送受信イベント |
OutboundMessageBody |
boolean |
パイプライン処理後のメッセージ |
ServiceStartEnd |
boolean |
ポートの開始イベントと終了イベント |