Orchestrations - Update

オーケストレーションを更新します。 ポート、ホスト、Change Trackingオプションをバインド/バインド解除できます

PUT http://localhost/BizTalkManagementService/Orchestrations

要求本文

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

名前 説明
AnalyticsEnabled

boolean

分析が有効になっているかどうかを判断します

ApplicationName

string

アプリケーション名

AssemblyName

string

アセンブリ名

Description

string

説明

FullName

string

オーケストレーション名

Host

string

ホスト名

ImplementedRoles

string[]

実装されたロール

InboundPorts

OrchestrationInboundPort[]

受信ポート

InvokedOrchestrations

string[]

呼び出されたオーケストレーション

OutboundPorts

OrchestrationOutboundPort[]

送信ポート

Status

string

Status

Tracking

OrchestrationTrackingOptions

追跡オプション

UsedRoles

string[]

使用済みロール

応答

名前 説明
204 No Content

コンテンツなし

定義

名前 説明
Orchestration

オーケストレーションを表すモデル

OrchestrationInboundPort

受信ポートを表すモデル

OrchestrationOutboundPort

送信ポートを表すモデル

OrchestrationTrackingOptions

オーケストレーションの追跡オプションを表すモデル

Orchestration

オーケストレーションを表すモデル

名前 説明
AnalyticsEnabled

boolean

分析が有効になっているかどうかを判断します

ApplicationName

string

アプリケーション名

AssemblyName

string

アセンブリ名

Description

string

説明

FullName

string

オーケストレーション名

Host

string

ホスト名

ImplementedRoles

string[]

実装されたロール

InboundPorts

OrchestrationInboundPort[]

受信ポート

InvokedOrchestrations

string[]

呼び出されたオーケストレーション

OutboundPorts

OrchestrationOutboundPort[]

送信ポート

Status

string

Status

Tracking

OrchestrationTrackingOptions

追跡オプション

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

送信メッセージのプロパティを追跡する