WebSiteOperationsExtensions.ListBackups Method (IWebSiteOperations, String, String)

 

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

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

public static WebSiteGetBackupsResponse ListBackups(
	this IWebSiteOperations operations,
	string webSpaceName,
	string webSiteName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
Type: System.String

Required. The name of the web space.

webSiteName
Type: System.String

Required. The name of the web site.

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse

List of backups for the website.

Return to top
Show: