次の方法で共有


Orchestrations - Get

すべてのオーケストレーションを取得する

GET http://localhost/BizTalkManagementService/Orchestrations

応答

名前 説明
200 OK

Orchestration[]

[OK]

Media Types: "application/json", "text/json", "application/xml", "text/xml"

定義

名前 説明
Orchestration

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

OrchestrationInboundPort

受信ポートを表すモデル

OrchestrationOutboundPort

送信ポートを表すモデル

OrchestrationTrackingOptions

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

Orchestration

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

名前 説明
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

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