DatabaseCopyOperationsExtensions.Delete Method (IDatabaseCopyOperations, String, String, Guid)

 

Stops a SQL Server database copy.

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

public static AzureOperationResponse Delete(
	this IDatabaseCopyOperations operations,
	string serverName,
	string databaseName,
	Guid databaseCopyName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations

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

serverName
Type: System.String

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

databaseName
Type: System.String

Required. The name of the database.

databaseCopyName
Type: System.Guid

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

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

Return to top
Show: