Share via


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)

Syntax

Task<WebSiteGetBackupsResponse> ListBackupsAsync(
    string webSpaceName,
    string webSiteName,
    CancellationToken cancellationToken
)
Task<WebSiteGetBackupsResponse^>^ ListBackupsAsync(
    String^ webSpaceName,
    String^ webSiteName,
    CancellationToken cancellationToken
)
abstract ListBackupsAsync : 
        webSpaceName:string *
        webSiteName:string *
        cancellationToken:CancellationToken -> Task<WebSiteGetBackupsResponse>
Function ListBackupsAsync (
    webSpaceName As String,
    webSiteName As String,
    cancellationToken As CancellationToken
) As Task(Of WebSiteGetBackupsResponse)

Parameters

Return Value

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

List of backups for the website.

See Also

IWebSiteOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top