Share via


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)

Inheritance Hierarchy

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

Syntax

public static class RestorableDroppedDatabaseOperationsExtensions
[ExtensionAttribute]
public ref class RestorableDroppedDatabaseOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RestorableDroppedDatabaseOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class RestorableDroppedDatabaseOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get(IRestorableDroppedDatabaseOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IRestorableDroppedDatabaseOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IRestorableDroppedDatabaseOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IRestorableDroppedDatabaseOperations, String)

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

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.

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top