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)
Syntax
public static WebSiteGetBackupsResponse ListBackups(
this IWebSiteOperations operations,
string webSpaceName,
string webSiteName
)
public:
[ExtensionAttribute]
static WebSiteGetBackupsResponse^ ListBackups(
IWebSiteOperations^ operations,
String^ webSpaceName,
String^ webSiteName
)
static member ListBackups :
operations:IWebSiteOperations *
webSpaceName:string *
webSiteName:string -> WebSiteGetBackupsResponse
<ExtensionAttribute>
Public Shared Function ListBackups (
operations As IWebSiteOperations,
webSpaceName As String,
webSiteName As String
) As WebSiteGetBackupsResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
webSpaceName
Type: System.StringRequired. The name of the web space.
webSiteName
Type: System.StringRequired. The name of the web site.
Return Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse
List of backups for the website.
See Also
WebSiteOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top