WebAppsUpdateBackupConfigurationSlot interface
Methods
| delete(Request |
Deletes the backup configuration of an app. |
| put(Web |
Updates the backup configuration of an app. |
Method Details
delete(RequestParameters)
Deletes the backup configuration of an app.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteBackupConfigurationSlot200Response | WebAppsDeleteBackupConfigurationSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateBackupConfigurationSlotParameters)
Updates the backup configuration of an app.
function put(options: WebAppsUpdateBackupConfigurationSlotParameters): StreamableMethod<WebAppsUpdateBackupConfigurationSlot200Response | WebAppsUpdateBackupConfigurationSlotDefaultResponse>