IDatabaseCopyOperations Interface
Represents the SQL Database Management API includes operations for managing SQL Server database copies for a subscription.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public interface IDatabaseCopyOperations
public interface class IDatabaseCopyOperations
type IDatabaseCopyOperations = interface end
Public Interface IDatabaseCopyOperations
Methods
Name | Description | |
---|---|---|
CreateAsync(String, String, DatabaseCopyCreateParameters, CancellationToken) | Starts a SQL Server database copy. |
|
DeleteAsync(String, String, Guid, CancellationToken) | Stops a SQL Server database copy. |
|
GetAsync(String, String, String, CancellationToken) | Retrieves information about a SQL Server database copy. |
|
ListAsync(String, String, CancellationToken) | Retrieves the list of SQL Server database copies for a database. |
|
UpdateAsync(String, String, Guid, DatabaseCopyUpdateParameters, CancellationToken) | Updates a SQL Server database copy. |
Extension Methods
See Also
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top