WebSiteSlotResource.DeleteBackupConfigurationSlot(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Deletes the backup configuration of an app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup
- Operation Id: WebApps_DeleteBackupConfigurationSlot
- Default Api Version: 2023-12-01
- Resource: WebSiteSlotResource
public virtual Azure.Response DeleteBackupConfigurationSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteBackupConfigurationSlot : System.Threading.CancellationToken -> Azure.Response
override this.DeleteBackupConfigurationSlot : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteBackupConfigurationSlot (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.