DatabaseCopyOperationsExtensions.Delete Method (IDatabaseCopyOperations, String, String, Guid)
Stops a SQL Server database copy.
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.AzureOperationResponseA standard service response including an HTTP status code and request ID.
Show: