Applications - Get Application
GET 特定应用程序
GET http://localhost/BizTalkManagementService/Applications/{applicationName}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
application
|
path | True |
string |
应用程序名称 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定义
Application
应用程序模型
名称 | 类型 | 说明 |
---|---|---|
ApplicationBackReferences |
string[] |
引用此应用程序的应用程序列表 |
ApplicationReferences |
string[] |
此应用程序引用的应用程序列表 |
Description |
string |
应用程序说明 |
IsConfigured |
boolean |
已配置 |
IsDefaultApplication |
boolean |
指示此应用程序是否为默认应用程序 |
IsSystem |
boolean |
是系统 |
Name |
string |
应用程序名称 |
Status |
string |
应用程序状态 |
Version |
string |
应用程序版本 |