IWebSiteOperations.ListBackupsAsync Method (String, String, CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Task<WebSiteGetBackupsResponse> ListBackupsAsync(
	string webSpaceName,
	string webSiteName,
	CancellationToken cancellationToken
)

Parameters

webSpaceName
Type: System.String

The name of the web space.

webSiteName
Type: System.String

The name of the web site.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<WebSiteGetBackupsResponse>

List of backups for the website.

Return to top
Show: