DatabaseCopyOperationsExtensions.GetAsync Method

Definition

Retrieves information about a SQL Server database copy.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, string databaseCopyName);
static member GetAsync : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse>
<Extension()>
Public Function GetAsync (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, databaseCopyName As String) As Task(Of 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