Share via


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
System_CAPS_pubmethodSystem_CAPS_static Create(IDatabaseCopyOperations, String, String, DatabaseCopyCreateParameters)

Starts a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IDatabaseCopyOperations, String, String, DatabaseCopyCreateParameters)

Starts a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static Delete(IDatabaseCopyOperations, String, String, Guid)

Stops a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IDatabaseCopyOperations, String, String, Guid)

Stops a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static Get(IDatabaseCopyOperations, String, String, String)

Retrieves information about a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDatabaseCopyOperations, String, String, String)

Retrieves information about a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static List(IDatabaseCopyOperations, String, String)

Retrieves the list of SQL Server database copies for a database.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IDatabaseCopyOperations, String, String)

Retrieves the list of SQL Server database copies for a database.

System_CAPS_pubmethodSystem_CAPS_static Update(IDatabaseCopyOperations, String, String, Guid, DatabaseCopyUpdateParameters)

Updates a SQL Server database copy.

System_CAPS_pubmethodSystem_CAPS_static 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