WebSiteSlotResource.BackupSlot(WebAppBackupInfo, 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 Creates a backup of an app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backup
- Operation Id: WebApps_BackupSlot
- Default Api Version: 2023-12-01
- Resource: WebSiteSlotResource
public virtual Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData> BackupSlot (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);
abstract member BackupSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>
override this.BackupSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>
Public Overridable Function BackupSlot (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupData)
Parameters
- info
- WebAppBackupInfo
Backup configuration. You can use the JSON response from the POST action as input here.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
info
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET