WebAppsGetConfiguration interface
Methods
| get(Request |
Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. |
| patch(Web |
Updates the configuration of an app. |
| put(Web |
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
- options
- RequestParameters
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>