Share via


SiteBackupResource.GetBackupStatusSecretsAsync Method

Definition

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: 2021-02-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