WebAppsGetConfiguration interface
メソッド
| get(Request |
プラットフォームのバージョンとビット数、既定のドキュメント、仮想アプリケーション、Always On などのアプリの構成を取得します。 |
| patch(Web |
アプリの構成を更新します。 |
| put(Web |
アプリの構成を更新します。 |
メソッドの詳細
get(RequestParameters)
プラットフォームのバージョンとビット数、既定のドキュメント、仮想アプリケーション、Always On などのアプリの構成を取得します。
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>