IDatabaseCopyOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the SQL Database Management API includes operations for managing SQL Server database copies for a subscription.
public interface IDatabaseCopyOperations
type IDatabaseCopyOperations = interface
Public Interface IDatabaseCopyOperations
Methods
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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET