다음을 통해 공유


Schemas - Get Schema

이름으로 스키마를 가져옵니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
schemaName
path True

string

스키마의 이름입니다.

응답

Name 형식 Description
200 OK

Schema

정상

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

정의

Name Description
Schema

BTSchema용 모델

SchemaTracking

스키마 추적 모델

SchemaTrackingProperty

BT 스키마 추적 속성 모델

Schema

BTSchema용 모델

Name 형식 Description
ApplicationName

string

애플리케이션 이름

AssemblyName

string

어셈블리 이름

Description

string

스키마 설명

Name

string

Schema Name

RootName

string

Root Name

SchemaType

string

스키마 유형

TargetNameSpace

string

대상 네임스페이스

Tracking

SchemaTracking

스키마에 대한 추적 옵션

SchemaTracking

스키마 추적 모델

Name 형식 Description
TrackedProperties

SchemaTrackingProperty[]

추적된 모든 속성 목록

SchemaTrackingProperty

BT 스키마 추적 속성 모델

Name 형식 Description
PropertyName

string

추적 속성 이름

TrackingEnabled

boolean

특정 추적 속성이 사용하도록 설정되어 있는지를 나타냅니다.