Send Port Groups - Update
更新特定的 SendPortGroup
PUT http://localhost/BizTalkManagementService/SendPortGroups/{sendPortGroupName}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
send
|
path | True |
string |
SendPortGroup 名稱 |
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 類型 | Description |
---|---|---|
ApplicationName |
string |
應用程式名稱 |
CustomData |
string |
自訂資料 |
Description |
string |
Description |
Filter |
string |
篩選 |
Name |
string |
SendPortGroup 的名稱 |
SendPorts |
string[] |
群組中的 SendPorts 清單 |
Status |
string |
埠狀態 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容 |
定義
SendPortGroup
SendPortGroup 的模型
名稱 | 類型 | Description |
---|---|---|
ApplicationName |
string |
應用程式名稱 |
CustomData |
string |
自訂資料 |
Description |
string |
Description |
Filter |
string |
篩選 |
Name |
string |
SendPortGroup 的名稱 |
SendPorts |
string[] |
群組中的 SendPorts 清單 |
Status |
string |
埠狀態 |