Share via


IRecoverableDatabaseOperations Interface

 

Contains operations for getting Azure SQL Databases that can be recovered.

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

Syntax

public interface IRecoverableDatabaseOperations
public interface class IRecoverableDatabaseOperations
type IRecoverableDatabaseOperations = interface end
Public Interface IRecoverableDatabaseOperations

Methods

Name Description
System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

Returns information about a recoverable Azure SQL Database.

System_CAPS_pubmethod ListAsync(String, CancellationToken)

Returns a collection of databases that can be recovered from a specified server.

Extension Methods

Name Description
System_CAPS_pubmethod Get(String, String)

Returns information about a recoverable Azure SQL Database.(Defined by RecoverableDatabaseOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String)

Returns information about a recoverable Azure SQL Database.(Defined by RecoverableDatabaseOperationsExtensions.)

System_CAPS_pubmethod List(String)

Returns a collection of databases that can be recovered from a specified server.(Defined by RecoverableDatabaseOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String)

Returns a collection of databases that can be recovered from a specified server.(Defined by RecoverableDatabaseOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top