DatabaseCopyOperationsExtensions.Delete Method

Definition

Stops a SQL Server database copy.

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, Guid databaseCopyName);
static member Delete : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * Guid -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, databaseCopyName As Guid) As AzureOperationResponse

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
Guid

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

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to