IDatabaseCopyOperations.ListAsync Method (String, String, CancellationToken)

 

Retrieves the list of SQL Server database copies for a database.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Function ListAsync (
	serverName As String,
	databaseName As String,
	cancellationToken As CancellationToken
) As Task(Of DatabaseCopyListResponse)

Parameters

serverName
Type: System.String

The name of the database server to be queried.

databaseName
Type: System.String

The name of the database to be queried.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of DatabaseCopyListResponse)

Represents the response containing the list of database copies for a given database.

Return to top
Show: