Schemas - Get Schema

按名称获取架构。

GET http://localhost/BizTalkManagementService/Schemas/{schemaName}

URI 参数

名称 必需 类型 说明
schemaName
path True

string

架构的名称。

响应

名称 类型 说明
200 OK

Schema

OK

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

定义

名称 说明
Schema

BTSchema 的模型

SchemaTracking

架构跟踪模型

SchemaTrackingProperty

BT 架构跟踪属性模型

Schema

BTSchema 的模型

名称 类型 说明
ApplicationName

string

应用程序名称

AssemblyName

string

程序集名称

Description

string

架构说明

Name

string

架构名称

RootName

string

根名称

SchemaType

string

架构类型

TargetNameSpace

string

“目标命名空间”

Tracking

SchemaTracking

架构的跟踪选项

SchemaTracking

架构跟踪模型

名称 类型 说明
TrackedProperties

SchemaTrackingProperty[]

所有跟踪属性的列表

SchemaTrackingProperty

BT 架构跟踪属性模型

名称 类型 说明
PropertyName

string

跟踪属性名称

TrackingEnabled

boolean

指示是否启用了特定的跟踪属性