SiteBackupResource.GetBackupStatusSecretsAsync 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 Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/list
- Operation Id: WebApps_ListBackupStatusSecrets
- Default Api Version: 2024-04-01
- Resource: SiteBackupResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>> GetBackupStatusSecretsAsync (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBackupStatusSecretsAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>>
override this.GetBackupStatusSecretsAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>>
Public Overridable Function GetBackupStatusSecretsAsync (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteBackupResource))
Parameters
- info
- WebAppBackupInfo
Information on backup request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
info
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET