IRestorableDroppedDatabaseOperations Interface

 

Contains operations for getting dropped Azure SQL Databases that can be restored.

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

public interface class IRestorableDroppedDatabaseOperations

NameDescription
System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

Returns information about a dropped Azure SQL Database that can be restored.

System_CAPS_pubmethodListAsync(String^, CancellationToken)

Returns a collection of databases that has been dropped but can still be restored from a specified server.

NameDescription
System_CAPS_pubmethodGet(String^, String^)

Returns information about a dropped Azure SQL Database that can be restored.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String^, String^)

Returns information about a dropped Azure SQL Database that can be restored.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

System_CAPS_pubmethodList(String^)

Returns a collection of databases that has been dropped but can still be restored from a specified server.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^)

Returns a collection of databases that has been dropped but can still be restored from a specified server.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

Return to top
Show: