RestorableDroppedDatabaseOperationsExtensions.Get Method (IRestorableDroppedDatabaseOperations, String, String)
Returns information about a dropped Azure SQL Database that can be restored.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public static RestorableDroppedDatabaseGetResponse Get(
this IRestorableDroppedDatabaseOperations operations,
string serverName,
string entityId
)
public:
[ExtensionAttribute]
static RestorableDroppedDatabaseGetResponse^ Get(
IRestorableDroppedDatabaseOperations^ operations,
String^ serverName,
String^ entityId
)
static member Get :
operations:IRestorableDroppedDatabaseOperations *
serverName:string *
entityId:string -> RestorableDroppedDatabaseGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IRestorableDroppedDatabaseOperations,
serverName As String,
entityId As String
) As RestorableDroppedDatabaseGetResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
serverName
Type: System.StringRequired. The name of the Azure SQL Database Server on which the database was hosted.
entityId
Type: System.StringRequired. The entity ID of the restorable dropped Azure SQL Database to be obtained.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseGetResponse
Contains the response to the Get Restorable Dropped Database request.
See Also
RestorableDroppedDatabaseOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top