IDatabasesOperations Interface

Definition

DatabasesOperations operations.

public interface IDatabasesOperations
type IDatabasesOperations = interface
Public Interface IDatabasesOperations

Methods

BeginCreateWithHttpMessagesAsync(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.

CreateWithHttpMessagesAsync(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.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all the databases in a given server.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List all the databases in a given server.

Extension Methods

BeginCreate(IDatabasesOperations, String, String, String, Database)

Creates a new database or updates an existing database.

BeginCreateAsync(IDatabasesOperations, String, String, String, Database, CancellationToken)

Creates a new database or updates an existing database.

BeginDelete(IDatabasesOperations, String, String, String)

Deletes a database.

BeginDeleteAsync(IDatabasesOperations, String, String, String, CancellationToken)

Deletes a database.

Create(IDatabasesOperations, String, String, String, Database)

Creates a new database or updates an existing database.

CreateAsync(IDatabasesOperations, String, String, String, Database, CancellationToken)

Creates a new database or updates an existing database.

Delete(IDatabasesOperations, String, String, String)

Deletes a database.

DeleteAsync(IDatabasesOperations, String, String, String, CancellationToken)

Deletes a database.

Get(IDatabasesOperations, String, String, String)

Gets information about a database.

GetAsync(IDatabasesOperations, String, String, String, CancellationToken)

Gets information about a database.

ListByServer(IDatabasesOperations, String, String)

List all the databases in a given server.

ListByServerAsync(IDatabasesOperations, String, String, CancellationToken)

List all the databases in a given server.

ListByServerNext(IDatabasesOperations, String)

List all the databases in a given server.

ListByServerNextAsync(IDatabasesOperations, String, CancellationToken)

List all the databases in a given server.

Applies to