RecoverableDatabaseOperationsExtensions.Get Method (IRecoverableDatabaseOperations, String, String)
Returns information about a recoverable Azure SQL Database.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
<ExtensionAttribute> Public Shared Function Get ( operations As IRecoverableDatabaseOperations, serverName As String, databaseName As String ) As RecoverableDatabaseGetResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
- serverName
-
Type:
System.String
Required. The name of the Azure SQL Database Server on which the database was hosted.
- databaseName
-
Type:
System.String
Required. The name of the recoverable Azure SQL Database to be obtained.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponseContains the response to the Get Recoverable Database request.
Show: