Applications - Update
更新應用程式
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
application
|
path | True |
string |
要更新的應用程式名稱 |
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 類型 | Description |
---|---|---|
ApplicationBackReferences |
string[] |
具有此應用程式參考的應用程式清單 |
ApplicationReferences |
string[] |
此應用程式具有參考的應用程式清單 |
Description |
string |
應用程式描述 |
IsConfigured |
boolean |
已設定 |
IsDefaultApplication |
boolean |
指出此應用程式是否為預設應用程式 |
IsSystem |
boolean |
是系統 |
Name |
string |
應用程式名稱 |
Status |
string |
應用程式狀態 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容 |
定義
Application
應用程式模型
名稱 | 類型 | Description |
---|---|---|
ApplicationBackReferences |
string[] |
具有此應用程式參考的應用程式清單 |
ApplicationReferences |
string[] |
此應用程式具有參考的應用程式清單 |
Description |
string |
應用程式描述 |
IsConfigured |
boolean |
已設定 |
IsDefaultApplication |
boolean |
指出此應用程式是否為預設應用程式 |
IsSystem |
boolean |
是系統 |
Name |
string |
應用程式名稱 |
Status |
string |
應用程式狀態 |