IWebSiteOperations.ListBackupsAsync Method (String, String, CancellationToken)
Returns list of all backups which are tracked by the system.
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.
Show: