DatabaseCopyOperationsExtensions.Get Method (IDatabaseCopyOperations, String, String, String)
Retrieves information about a SQL Server database copy.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public static DatabaseCopyGetResponse Get( this IDatabaseCopyOperations operations, string serverName, string databaseName, string databaseCopyName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
- serverName
-
Type:
System.String
Required. The name of the source or destination SQL Server instance.
- databaseName
-
Type:
System.String
Required. The name of the database.
- databaseCopyName
-
Type:
System.String
Required. The unique identifier for the database copy to retrieve.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponseRepresents a response to the get request.
Show: