Compartilhar via


Método WebSiteOperationsExtensions.ListBackupsAsync

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

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

Uso

'Uso
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim returnValue As Task(Of WebSiteGetBackupsResponse)

returnValue = WebSiteOperationsExtensions.ListBackupsAsync(operations, webSpaceName, webSiteName)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function ListBackupsAsync ( _
    operations As IWebSiteOperations, _
    webSpaceName As String, _
    webSiteName As String _
) As Task(Of WebSiteGetBackupsResponse)
[ExtensionAttribute] 
public static Task<WebSiteGetBackupsResponse> ListBackupsAsync (
    IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName
)
[ExtensionAttribute] 
public:
static Task<WebSiteGetBackupsResponse^>^ ListBackupsAsync (
    IWebSiteOperations^ operations, 
    String^ webSpaceName, 
    String^ webSiteName
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebSiteGetBackupsResponse> ListBackupsAsync (
    IWebSiteOperations operations, 
    String webSpaceName, 
    String webSiteName
)
ExtensionAttribute 
public static function ListBackupsAsync (
    operations : IWebSiteOperations, 
    webSpaceName : String, 
    webSiteName : String
) : Task<WebSiteGetBackupsResponse>

Parâmetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
  • webSpaceName
    Required. The name of the web space.
  • webSiteName
    Required. The name of the web site.

Valor de retorno

List of backups for the website.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebSiteOperationsExtensions
Membros WebSiteOperationsExtensions
Namespace Microsoft.WindowsAzure