IDatabaseCopyOperations.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves information about a SQL Server database copy.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse> GetAsync (string serverName, string databaseName, string databaseCopyName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse>
Public Function GetAsync (serverName As String, databaseName As String, databaseCopyName As String, cancellationToken As CancellationToken) As Task(Of DatabaseCopyGetResponse)
Parameters
- serverName
- String
The name of the source or destination SQL Server instance.
- databaseName
- String
The name of the database.
- databaseCopyName
- String
The unique identifier for the database copy to retrieve.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Represents a response to the get request.