IWebSiteOperations.ListBackupsAsync(String, String, CancellationToken) Method

Definition

Returns list of all backups which are tracked by the system.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse> ListBackupsAsync (string webSpaceName, string webSiteName, System.Threading.CancellationToken cancellationToken);
abstract member ListBackupsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse>
Public Function ListBackupsAsync (webSpaceName As String, webSiteName As String, cancellationToken As CancellationToken) As Task(Of WebSiteGetBackupsResponse)

Parameters

webSpaceName
String

The name of the web space.

webSiteName
String

The name of the web site.

cancellationToken
CancellationToken

Cancellation token.

Returns

List of backups for the website.

Applies to