DatabaseCopyOperationsExtensions.Get Method

Definition

Retrieves information about a SQL Server database copy.

public static Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, string databaseCopyName);
static member Get : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse
<Extension()>
Public Function Get (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, databaseCopyName As String) As DatabaseCopyGetResponse

Parameters

operations
IDatabaseCopyOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.

serverName
String

Required. The name of the source or destination SQL Server instance.

databaseName
String

Required. The name of the database.

databaseCopyName
String

Required. The unique identifier for the database copy to retrieve.

Returns

Represents a response to the get request.

Applies to