WebAppsRestartSlotQueryParamProperties interface
屬性
| soft |
指定 true 以套用組態設定,並視需要重新啟動應用程式。 根據預設,API 一律會重新啟動並重新佈建應用程式。 |
| synchronous | 指定 true 以封鎖直到應用程式重新啟動為止。 根據預設,它會設定為 false,且 API 會立即回應 (異步)。 |
屬性詳細資料
softRestart
指定 true 以套用組態設定,並視需要重新啟動應用程式。 根據預設,API 一律會重新啟動並重新佈建應用程式。
softRestart?: boolean
屬性值
boolean
synchronous
指定 true 以封鎖直到應用程式重新啟動為止。 根據預設,它會設定為 false,且 API 會立即回應 (異步)。
synchronous?: boolean
屬性值
boolean