WebAppsGetConfigurationSlot interface
Metoder
| get(Request |
Hämtar konfigurationen av en app, till exempel plattformsversion och bitness, standarddokument, virtuella program, Always On osv. |
| patch(Web |
Uppdaterar konfigurationen av en app. |
| put(Web |
Uppdaterar konfigurationen av en app. |
Metodinformation
get(RequestParameters)
Hämtar konfigurationen av en app, till exempel plattformsversion och bitness, standarddokument, virtuella program, Always On osv.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetConfigurationSlot200Response | WebAppsGetConfigurationSlotDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
patch(WebAppsUpdateConfigurationSlotParameters)
Uppdaterar konfigurationen av en app.
function patch(options: WebAppsUpdateConfigurationSlotParameters): StreamableMethod<WebAppsUpdateConfigurationSlot200Response | WebAppsUpdateConfigurationSlotDefaultResponse>
Parametrar
Returer
put(WebAppsCreateOrUpdateConfigurationSlotParameters)
Uppdaterar konfigurationen av en app.
function put(options: WebAppsCreateOrUpdateConfigurationSlotParameters): StreamableMethod<WebAppsCreateOrUpdateConfigurationSlot200Response | WebAppsCreateOrUpdateConfigurationSlotDefaultResponse>