DatabaseCopyOperationsExtensions Class

 

This is the main client class for interacting with the Azure SQL Database REST APIs.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperationsExtensions

Syntax

public static class DatabaseCopyOperationsExtensions
[ExtensionAttribute]
public ref class DatabaseCopyOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DatabaseCopyOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DatabaseCopyOperationsExtensions

Methods

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top