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

slot
String

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

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