WebAppsGetConfiguration interface
方法
| get(Request |
取得應用程式的組態,例如平臺版本和位、預設檔、虛擬應用程式、AlwaysOn 等。 |
| patch(Web |
更新應用程式的設定。 |
| put(Web |
更新應用程式的設定。 |
方法詳細資料
get(RequestParameters)
取得應用程式的組態,例如平臺版本和位、預設檔、虛擬應用程式、AlwaysOn 等。
function get(options?: RequestParameters): StreamableMethod<WebAppsGetConfiguration200Response | WebAppsGetConfigurationDefaultResponse>
參數
- options
- RequestParameters
傳回
patch(WebAppsUpdateConfigurationParameters)
更新應用程式的設定。
function patch(options: WebAppsUpdateConfigurationParameters): StreamableMethod<WebAppsUpdateConfiguration200Response | WebAppsUpdateConfigurationDefaultResponse>
參數
傳回
put(WebAppsCreateOrUpdateConfigurationParameters)
更新應用程式的設定。
function put(options: WebAppsCreateOrUpdateConfigurationParameters): StreamableMethod<WebAppsCreateOrUpdateConfiguration200Response | WebAppsCreateOrUpdateConfigurationDefaultResponse>