Share via


WebSiteOperationsExtensions.DiscoverAsync Method

Scans a backup in a storage account and returns database information etc. Should be called before calling Restore to discover what parameters are needed for the restore operation.

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

Usage

'Usage
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim restoreRequest As RestoreRequest
Dim returnValue As Task(Of WebSiteRestoreDiscoverResponse)

returnValue = WebSiteOperationsExtensions.DiscoverAsync(operations, webSpaceName, webSiteName, restoreRequest)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function DiscoverAsync ( _
    operations As IWebSiteOperations, _
    webSpaceName As String, _
    webSiteName As String, _
    restoreRequest As RestoreRequest _
) As Task(Of WebSiteRestoreDiscoverResponse)
[ExtensionAttribute] 
public static Task<WebSiteRestoreDiscoverResponse> DiscoverAsync (
    IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName,
    RestoreRequest restoreRequest
)
[ExtensionAttribute] 
public:
static Task<WebSiteRestoreDiscoverResponse^>^ DiscoverAsync (
    IWebSiteOperations^ operations, 
    String^ webSpaceName, 
    String^ webSiteName, 
    RestoreRequest^ restoreRequest
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebSiteRestoreDiscoverResponse> DiscoverAsync (
    IWebSiteOperations operations, 
    String webSpaceName, 
    String webSiteName, 
    RestoreRequest restoreRequest
)
ExtensionAttribute 
public static function DiscoverAsync (
    operations : IWebSiteOperations, 
    webSpaceName : String, 
    webSiteName : String, 
    restoreRequest : RestoreRequest
) : Task<WebSiteRestoreDiscoverResponse>

Parameters

  • 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.
  • restoreRequest
    Required. A restore request.

Return Value

The information gathered about a backup storaged in a storage account.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteOperationsExtensions Class
WebSiteOperationsExtensions Members
Microsoft.WindowsAzure Namespace