WebAppsGetConfigurationSlot 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<WebAppsGetConfigurationSlot200Response | WebAppsGetConfigurationSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(WebAppsUpdateConfigurationSlotParameters)
Updates the configuration of an app.
function patch(options: WebAppsUpdateConfigurationSlotParameters): StreamableMethod<WebAppsUpdateConfigurationSlot200Response | WebAppsUpdateConfigurationSlotDefaultResponse>
Parameters
Returns
put(WebAppsCreateOrUpdateConfigurationSlotParameters)
Updates the configuration of an app.
function put(options: WebAppsCreateOrUpdateConfigurationSlotParameters): StreamableMethod<WebAppsCreateOrUpdateConfigurationSlot200Response | WebAppsCreateOrUpdateConfigurationSlotDefaultResponse>