RecoverableDatabaseOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about a recoverable Azure SQL Database.
public static Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations operations, string serverName, string databaseName);
static member Get : Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse
<Extension()>
Public Function Get (operations As IRecoverableDatabaseOperations, serverName As String, databaseName As String) As RecoverableDatabaseGetResponse
Parameters
- operations
- IRecoverableDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server on which the database was hosted.
- databaseName
- String
Required. The name of the recoverable Azure SQL Database to be obtained.
Returns
Contains the response to the Get Recoverable Database request.
Applies to
Azure SDK for .NET