WebAppsRestartSlotQueryParamProperties interface
Properties
| soft |
Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. |
| synchronous | Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). |
Property Details
softRestart
Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app.
softRestart?: boolean
Property Value
boolean
synchronous
Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous).
synchronous?: boolean
Property Value
boolean