次の方法で共有


WebAppsGetConfiguration interface

メソッド

get(RequestParameters)

プラットフォームのバージョンとビット数、既定のドキュメント、仮想アプリケーション、Always On などのアプリの構成を取得します。

patch(WebAppsUpdateConfigurationParameters)

アプリの構成を更新します。

put(WebAppsCreateOrUpdateConfigurationParameters)

アプリの構成を更新します。

メソッドの詳細

get(RequestParameters)

プラットフォームのバージョンとビット数、既定のドキュメント、仮想アプリケーション、Always On などのアプリの構成を取得します。

function get(options?: RequestParameters): StreamableMethod<WebAppsGetConfiguration200Response | WebAppsGetConfigurationDefaultResponse>

パラメーター

戻り値

patch(WebAppsUpdateConfigurationParameters)

アプリの構成を更新します。

function patch(options: WebAppsUpdateConfigurationParameters): StreamableMethod<WebAppsUpdateConfiguration200Response | WebAppsUpdateConfigurationDefaultResponse>

パラメーター

戻り値

put(WebAppsCreateOrUpdateConfigurationParameters)

アプリの構成を更新します。

function put(options: WebAppsCreateOrUpdateConfigurationParameters): StreamableMethod<WebAppsCreateOrUpdateConfiguration200Response | WebAppsCreateOrUpdateConfigurationDefaultResponse>

パラメーター

戻り値