IDatabasesOperations 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.
DatabasesOperations operations.
public interface IDatabasesOperations
type IDatabasesOperations = interface
Public Interface IDatabasesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Database, Dictionary<String,List<String>>, CancellationToken) |
Creates a new database or updates an existing database. |
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a database. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Database, Dictionary<String,List<String>>, CancellationToken) |
Creates a new database or updates an existing database. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a database. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets information about a database. |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List all the databases in a given server. |
Extension Methods
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET