Transforms - Put

更新转换。 只能编辑“说明”。

PUT http://localhost/BizTalkManagementService/Transforms/{transformFullName}

URI 参数

名称 必需 类型 说明
transformFullName
path True

string

转换全名

请求正文

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

名称 类型 说明
ApplicationName

string

转换的应用程序名称

Assembly

string

转换程序集

Description

string

转换说明

FullName

string

转换的名称

SourceSchema

string

转换源架构

TargetSchema

string

转换目标架构

XmlContent

string

Xml 内容

响应

名称 类型 说明
204 No Content

无内容

定义

Transform

转换模型

名称 类型 说明
ApplicationName

string

转换的应用程序名称

Assembly

string

转换程序集

Description

string

转换说明

FullName

string

转换的名称

SourceSchema

string

转换源架构

TargetSchema

string

转换目标架构

XmlContent

string

Xml 内容