Share via


WebAppsOperationsExtensions.ListBackupStatusSecrets 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 Microsoft.Azure.Management.WebSites.Models.BackupItem ListBackupStatusSecrets (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.WebSites.Models.BackupRequest request);
static member ListBackupStatusSecrets : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.BackupRequest -> Microsoft.Azure.Management.WebSites.Models.BackupItem
<Extension()>
Public Function ListBackupStatusSecrets (operations As IWebAppsOperations, resourceGroupName As String, name As String, backupId As String, request As BackupRequest) As 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.

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