WebAppsOperationsExtensions.ListBackupStatusSecretsAsync(IWebAppsOperations, String, String, String, BackupRequestInner, CancellationToken) 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.AppService.Fluent.Models.BackupItemInner> ListBackupStatusSecretsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.AppService.Fluent.Models.BackupRequestInner request, System.Threading.CancellationToken cancellationToken = null);
static member ListBackupStatusSecretsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.BackupRequestInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.BackupItemInner>
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
- BackupRequestInner
Information on backup request
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
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.