Business Profiles - Get Business Profile
获取业务配置文件
GET http://localhost/BizTalkManagementService/BusinessProfiles/{partyName}/{profileName}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
party
|
path | True |
string |
参与方名称 |
profile
|
path | True |
string |
配置文件名称 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定义
名称 | 说明 |
---|---|
Business |
Model for BusinessProfile |
Custom |
参与方自定义设置 |
Qualifier |
QualifierIdentity 模型 |
BusinessProfile
Model for BusinessProfile
名称 | 类型 | 说明 |
---|---|---|
BusinessIdentities |
获取或设置业务标识。 |
|
CustomSettings |
获取或设置自定义设置。 |
|
Description |
string |
获取或设置说明。 |
Name |
string |
获取或设置名称。 |
CustomSetting
参与方自定义设置
名称 | 类型 | 说明 |
---|---|---|
Name |
string |
设置名称 |
Value |
string |
设置值 |
QualifierIdentity
QualifierIdentity 模型
名称 | 类型 | 说明 |
---|---|---|
Description |
string |
获取或设置说明。 |
Id |
integer |
获取或设置 ID。 |
Qualifier |
string |
获取或设置限定符。 |
Value |
string |
获取或设置值。 |