Transforms - Get Transform
获取有关特定转换的详细信息
GET http://localhost/BizTalkManagementService/Transforms/{transformFullName}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
transform
|
path | True |
string |
转换的全名 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定义
Transform
转换模型
| 名称 | 类型 | 说明 |
|---|---|---|
| ApplicationName |
string |
转换的应用程序名称 |
| Assembly |
string |
转换程序集 |
| Description |
string |
转换说明 |
| FullName |
string |
转换的名称 |
| SourceSchema |
string |
转换源架构 |
| TargetSchema |
string |
转换目标架构 |
| XmlContent |
string |
Xml 内容 |