Applications - Update
アプリケーションを更新する
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
application
|
path | True |
string |
更新するアプリケーションの名前 |
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名前 | 型 | 説明 |
---|---|---|
ApplicationBackReferences |
string[] |
このアプリケーションへの参照を持つアプリケーションの一覧 |
ApplicationReferences |
string[] |
このアプリケーションが参照するアプリケーションの一覧 |
Description |
string |
アプリケーションの説明 |
IsConfigured |
boolean |
構成済み |
IsDefaultApplication |
boolean |
このアプリケーションが既定のアプリケーションかどうかを示します |
IsSystem |
boolean |
Is System |
Name |
string |
アプリケーション名 |
Status |
string |
アプリケーションの状態 |
応答
名前 | 型 | 説明 |
---|---|---|
204 No Content |
コンテンツなし |
定義
Application
アプリケーションのモデル
名前 | 型 | 説明 |
---|---|---|
ApplicationBackReferences |
string[] |
このアプリケーションへの参照を持つアプリケーションの一覧 |
ApplicationReferences |
string[] |
このアプリケーションが参照するアプリケーションの一覧 |
Description |
string |
アプリケーションの説明 |
IsConfigured |
boolean |
構成済み |
IsDefaultApplication |
boolean |
このアプリケーションが既定のアプリケーションかどうかを示します |
IsSystem |
boolean |
Is System |
Name |
string |
アプリケーション名 |
Status |
string |
アプリケーションの状態 |