DatabaseCopyOperationsExtensions.Get Method (IDatabaseCopyOperations, String, String, String)
Retrieves information about a SQL Server database copy.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public static DatabaseCopyGetResponse Get(
this IDatabaseCopyOperations operations,
string serverName,
string databaseName,
string databaseCopyName
)
public:
[ExtensionAttribute]
static DatabaseCopyGetResponse^ Get(
IDatabaseCopyOperations^ operations,
String^ serverName,
String^ databaseName,
String^ databaseCopyName
)
static member Get :
operations:IDatabaseCopyOperations *
serverName:string *
databaseName:string *
databaseCopyName:string -> DatabaseCopyGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IDatabaseCopyOperations,
serverName As String,
databaseName As String,
databaseCopyName As String
) As DatabaseCopyGetResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
serverName
Type: System.StringRequired. The name of the source or destination SQL Server instance.
databaseName
Type: System.StringRequired. The name of the database.
databaseCopyName
Type: System.StringRequired. The unique identifier for the database copy to retrieve.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse
Represents a response to the get request.
See Also
DatabaseCopyOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top