Orchestrations - Update
오케스트레이션을 업데이트합니다. 포트, 호스트 및 변경 내용 추적 옵션을 바인딩/바인딩 해제할 수 있습니다.
PUT http://localhost/BizTalkManagementService/Orchestrations
요청 본문
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | 형식 | Description |
---|---|---|
AnalyticsEnabled |
boolean |
분석이 사용되는지 여부를 확인합니다. |
ApplicationName |
string |
애플리케이션 이름 |
AssemblyName |
string |
어셈블리 이름 |
Description |
string |
설명 |
FullName |
string |
오케스트레이션 이름 |
Host |
string |
호스트 이름 |
ImplementedRoles |
string[] |
구현된 역할 |
InboundPorts |
인바운드 포트 |
|
InvokedOrchestrations |
string[] |
호출된 오케스트레이션 |
OutboundPorts |
아웃바운드 포트 |
|
Status |
string |
상태 |
Tracking |
추적 옵션 |
|
UsedRoles |
string[] |
사용된 역할 |
응답
Name | 형식 | Description |
---|---|---|
204 No Content |
내용 없음 |
정의
Name | Description |
---|---|
Orchestration |
오케스트레이션을 나타내는 모델 |
Orchestration |
인바운드 포트를 나타내는 모델 |
Orchestration |
아웃바운드 포트를 나타내는 모델 |
Orchestration |
오케스트레이션에 대한 추적 옵션을 나타내는 모델 |
Orchestration
오케스트레이션을 나타내는 모델
Name | 형식 | Description |
---|---|---|
AnalyticsEnabled |
boolean |
분석이 사용되는지 여부를 확인합니다. |
ApplicationName |
string |
애플리케이션 이름 |
AssemblyName |
string |
어셈블리 이름 |
Description |
string |
Description |
FullName |
string |
오케스트레이션 이름 |
Host |
string |
호스트 이름 |
ImplementedRoles |
string[] |
구현된 역할 |
InboundPorts |
인바운드 포트 |
|
InvokedOrchestrations |
string[] |
호출된 오케스트레이션 |
OutboundPorts |
아웃바운드 포트 |
|
Status |
string |
상태 |
Tracking |
추적 옵션 |
|
UsedRoles |
string[] |
사용된 역할 |
OrchestrationInboundPort
인바운드 포트를 나타내는 모델
Name | 형식 | Description |
---|---|---|
Binding |
string |
포트 바인딩 형식 |
Name |
string |
포트 이름 |
PortType |
string |
포트 유형 |
ReceivePort |
string |
포트에 바인딩된 실제 수신 포트 |
OrchestrationOutboundPort
아웃바운드 포트를 나타내는 모델
Name | 형식 | Description |
---|---|---|
Binding |
string |
포트 바인딩 형식 |
Name |
string |
포트 이름 |
PortType |
string |
포트 유형 |
SendPort |
string |
포트에 바인딩된 실제 SendPort |
SendPortGroup |
string |
포트에 바인딩된 실제 SendPortGroup |
OrchestrationTrackingOptions
오케스트레이션에 대한 추적 옵션을 나타내는 모델
Name | 형식 | Description |
---|---|---|
InboundMessageBody |
boolean |
인바운드 메시지 본문 |
MessageSendReceive |
boolean |
메시지 보내기 수신 |
OrchestartionEvents |
boolean |
오케스트레이션 이벤트 |
OutboundMessageBody |
boolean |
아웃바운드 메시지 본문 |
ServiceStartEnd |
boolean |
서비스 시작 종료 |
TrackPropertiesForIncomingMessages |
boolean |
들어오는 메시지에 대한 속성 추적 |
TrackPropertiesForOutgoingMessages |
boolean |
나가는 메시지에 대한 속성 추적 |