DatabaseCopyOperationsExtensions.DeleteAsync Method (IDatabaseCopyOperations, String, String, Guid)
Stops a SQL Server database copy.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public static Task<AzureOperationResponse> DeleteAsync( 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: System.Threading.Tasks.Task<AzureOperationResponse>A standard service response including an HTTP status code and request ID.
Show: