RestorableDroppedDatabaseOperationsExtensions Class

 

This is the main client class for interacting with the Azure SQL Database REST APIs.

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

System::Object
  Microsoft.WindowsAzure.Management.Sql::RestorableDroppedDatabaseOperationsExtensions

[ExtensionAttribute]
public ref class RestorableDroppedDatabaseOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet(IRestorableDroppedDatabaseOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IRestorableDroppedDatabaseOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IRestorableDroppedDatabaseOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IRestorableDroppedDatabaseOperations^, String^)

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

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

Return to top
Show: