Send Port Groups - Update
更新特定的 SendPortGroup
PUT http://localhost/BizTalkManagementService/SendPortGroups/{sendPortGroupName}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
send
|
path | True |
string |
SendPortGroup 名称 |
请求正文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 类型 | 说明 |
---|---|---|
ApplicationName |
string |
应用程序名称 |
CustomData |
string |
自定义数据 |
Description |
string |
说明 |
Filter |
string |
筛选器 |
Name |
string |
SendPortGroup 的名称 |
SendPorts |
string[] |
组中的 SendPorts 列表 |
Status |
string |
端口状态 |
响应
名称 | 类型 | 说明 |
---|---|---|
204 No Content |
无内容 |
定义
SendPortGroup
SendPortGroup 的模型
名称 | 类型 | 说明 |
---|---|---|
ApplicationName |
string |
应用程序名称 |
CustomData |
string |
自定义数据 |
Description |
string |
说明 |
Filter |
string |
筛选器 |
Name |
string |
SendPortGroup 的名称 |
SendPorts |
string[] |
组中的 SendPorts 列表 |
Status |
string |
端口状态 |