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)

public interface class IRecoverableDatabaseOperations

NameDescription
System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

Returns information about a recoverable Azure SQL Database.

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodGet(String^, String^)

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

System_CAPS_pubmethodGetAsync(String^, String^)

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

System_CAPS_pubmethodList(String^)

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

System_CAPS_pubmethodListAsync(String^)

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

Return to top
Show: