This documentation is archived and is not being maintained.
DatabaseCopyOperationsExtensions Class
This is the main client class for interacting with the Azure SQL Database REST APIs.
Namespace:
Microsoft.WindowsAzure.Management.SqlAssembly:
Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
System.Object Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperationsExtensions
[<AbstractClass>]
[<Sealed>]
type DatabaseCopyOperationsExtensions = class end
| Name | Description |
|---|
  | Create(IDatabaseCopyOperations, String, String, DatabaseCopyCreateParameters) | Starts a SQL Server database copy. |
  | CreateAsync(IDatabaseCopyOperations, String, String, DatabaseCopyCreateParameters) | Starts a SQL Server database copy. |
  | Delete(IDatabaseCopyOperations, String, String, Guid) | Stops a SQL Server database copy. |
  | DeleteAsync(IDatabaseCopyOperations, String, String, Guid) | Stops a SQL Server database copy. |
  | Get(IDatabaseCopyOperations, String, String, String) | Retrieves information about a SQL Server database copy. |
  | GetAsync(IDatabaseCopyOperations, String, String, String) | Retrieves information about a SQL Server database copy. |
  | List(IDatabaseCopyOperations, String, String) | Retrieves the list of SQL Server database copies for a database. |
  | ListAsync(IDatabaseCopyOperations, String, String) | Retrieves the list of SQL Server database copies for a database. |
  | Update(IDatabaseCopyOperations, String, String, Guid, DatabaseCopyUpdateParameters) | Updates a SQL Server database copy. |
  | UpdateAsync(IDatabaseCopyOperations, String, String, Guid, DatabaseCopyUpdateParameters) | Updates a SQL Server database copy. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top