WebAppsUpdateBackupConfiguration 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<WebAppsDeleteBackupConfiguration200Response | WebAppsDeleteBackupConfigurationDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateBackupConfigurationParameters)
Updates the backup configuration of an app.
function put(options: WebAppsUpdateBackupConfigurationParameters): StreamableMethod<WebAppsUpdateBackupConfiguration200Response | WebAppsUpdateBackupConfigurationDefaultResponse>