Schemas - Update Tracking
更新架构 (仅跟踪选项和说明)
PUT http://localhost/BizTalkManagementService/Schemas/{schemaName}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
schema
|
path | True |
string |
架构名称 |
请求正文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| 名称 | 类型 | 说明 |
|---|---|---|
| ApplicationName |
string |
应用程序名称 |
| AssemblyName |
string |
程序集名称 |
| Description |
string |
架构说明 |
| Name |
string |
架构名称 |
| RootName |
string |
根名称 |
| SchemaType |
string |
架构类型 |
| TargetNameSpace |
string |
“目标命名空间” |
| Tracking |
架构的跟踪选项 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 204 No Content |
无内容 |
定义
| 名称 | 说明 |
|---|---|
| Schema |
BTSchema 模型 |
|
Schema |
架构跟踪模型 |
|
Schema |
BT 架构跟踪属性模型 |
Schema
BTSchema 模型
| 名称 | 类型 | 说明 |
|---|---|---|
| ApplicationName |
string |
应用程序名称 |
| AssemblyName |
string |
程序集名称 |
| Description |
string |
架构说明 |
| Name |
string |
架构名称 |
| RootName |
string |
根名称 |
| SchemaType |
string |
架构类型 |
| TargetNameSpace |
string |
“目标命名空间” |
| Tracking |
架构的跟踪选项 |
SchemaTracking
架构跟踪模型
| 名称 | 类型 | 说明 |
|---|---|---|
| TrackedProperties |
所有跟踪属性的列表 |
SchemaTrackingProperty
BT 架构跟踪属性模型
| 名称 | 类型 | 说明 |
|---|---|---|
| PropertyName |
string |
跟踪属性名称 |
| TrackingEnabled |
boolean |
指示是否启用了特定跟踪属性 |