Transforms - Get Transform
Abrufen von Details zu einer bestimmten Transformation
GET http://localhost/BizTalkManagementService/Transforms/{transformFullName}
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
transform
|
path | True |
string |
Vollständiger Name der Transformation |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitionen
Transform
Modell für die Transformation
Name | Typ | Beschreibung |
---|---|---|
ApplicationName |
string |
Anwendungsname der Transformation |
Assembly |
string |
Assembly transformieren |
Description |
string |
Transformationsbeschreibung |
FullName |
string |
Name der Transformation |
SourceSchema |
string |
Transformieren des Quellschemas |
TargetSchema |
string |
Transformieren des Zielschemas |
XmlContent |
string |
Xml-Inhalt |