WebAppsOperationsExtensions.ListBackupStatusSecretsSlotAsync 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> ListBackupStatusSecretsSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.WebSites.Models.BackupRequest request, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListBackupStatusSecretsSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.BackupRequest * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.BackupItem>
<Extension()>
Public Function ListBackupStatusSecretsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, backupId As String, request As BackupRequest, slot As String, 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.

slot
String

Name of web app slot. If not specified then will default to production slot.

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