Share via


WebAppsGetConfiguration interface

Methods

get(RequestParameters)

Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.

patch(WebAppsUpdateConfigurationParameters)

Updates the configuration of an app.

put(WebAppsCreateOrUpdateConfigurationParameters)

Updates the configuration of an app.

Method Details

get(RequestParameters)

Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.

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

Parameters

Returns

patch(WebAppsUpdateConfigurationParameters)

Updates the configuration of an app.

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

Parameters

Returns

put(WebAppsCreateOrUpdateConfigurationParameters)

Updates the configuration of an app.

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

Parameters

Returns