IDatabaseCopyOperations.DeleteAsync Method (String, String, Guid, CancellationToken)

 

Stops a SQL Server database copy.

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

Function DeleteAsync (
	serverName As String,
	databaseName As String,
	databaseCopyName As Guid,
	cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

serverName
Type: System.String

The name of the source or destination SQL Server instance.

databaseName
Type: System.String

The name of the database.

databaseCopyName
Type: System.Guid

The unique identifier for the database copy to stop.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

Represents a standard service response including an HTTP status code and request ID.

Return to top
Show: