Share via


WebAppsOperationsExtensions.ListBackupStatusSecretsAsync Method

Definition

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.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.BackupItem> ListBackupStatusSecretsAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.WebSites.Models.BackupRequest request, System.Threading.CancellationToken cancellationToken = default);
static member ListBackupStatusSecretsAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.BackupRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.BackupItem>
<Extension()>
Public Function ListBackupStatusSecretsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, backupId As String, request As BackupRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackupItem)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of web app.

backupId
String

ID of backup.

request
BackupRequest

Information on backup request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

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.

Applies to