DeployApps
Deploys pending app updates so schema changes, permissions, and settings become active in the production environment.
Note:このプロシージャは、インデックス付きパラメータを使用します。 インデックス付きパラメータは、プロシージャの入力として単一のパラメータを複数のインスタンスに提供することを容易にします。
Param# という名前の入力パラメータがあるとします。このようなインデックス付きパラメータの複数のインスタンスを入力するには、次のように実行します。
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
以下のInput テーブルでは、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。
Input
| Name | Type | Required | Description |
| AppId | String | True | Specifies one or more app IDs to deploy, allowing a single value or a comma-separated list of IDs. |
| Revision | String | False | Specifies one or more revision numbers to deploy, allowing a single value or a comma-separated list. The request fails if the provided revision does not match the latest operational configuration. |
| Revert | Boolean | False | Indicates whether to cancel pending application-setting changes by setting this value to 'true'.
デフォルト値はfalseです。 |
| GuestSpaceId | String | False | Identifies the guest space that contains the apps, and should not be provided when the connection property GuestSpaceId is already set in the connection string. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |