DeployApps
アプリをデプロイします。
Note: This procedure makes use of indexed parameters. These input parameters are denoted with a '#' character at the end of their names.
Indexed parameters facilitate providing multiple instances a single parameter as inputs for the procedure.
Suppose there is an input parameter named Param#. Input multiple instances of an indexed parameter like this:
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
Input
| Name | Type | Required | Description |
| AppId# | String | True | アプリID。ID のカンマ区切りリストの場合もあります。 |
| Revision# | String | False | 運用環境を反映する設定の改訂を指定します。指定された改訂版が最新でない場合は、リクエストは失敗します。 |
| Revert | Boolean | False | アプリケーション設定の変更をキャンセルしたい場合は、true に設定します。
デフォルト値はfalseです。 |
| GuestSpaceId | String | False | このパラメータは、ゲストスペース内のアプリで使用します。接続文字列にプロパティGuestSpaceId が指定されている場合は、このパラメータを追加しないでください。 |
Result Set Columns
| Name | Type | Description |
| Success | String | 処理が成功したかどうかを示すboolean。 |