IManagedDatabaseTablesOperations Interface

Definition

ManagedDatabaseTablesOperations operations.

public interface IManagedDatabaseTablesOperations
type IManagedDatabaseTablesOperations = interface
Public Interface IManagedDatabaseTablesOperations

Methods

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

Get managed database table

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

List managed database tables

ListBySchemaWithHttpMessagesAsync(String, String, String, String, ODataQuery<DatabaseTable>, Dictionary<String,List<String>>, CancellationToken)

List managed database tables

Extension Methods

Get(IManagedDatabaseTablesOperations, String, String, String, String, String)

Get managed database table

GetAsync(IManagedDatabaseTablesOperations, String, String, String, String, String, CancellationToken)

Get managed database table

ListBySchema(IManagedDatabaseTablesOperations, String, String, String, String, ODataQuery<DatabaseTable>)

List managed database tables

ListBySchemaAsync(IManagedDatabaseTablesOperations, String, String, String, String, ODataQuery<DatabaseTable>, CancellationToken)

List managed database tables

ListBySchemaNext(IManagedDatabaseTablesOperations, String)

List managed database tables

ListBySchemaNextAsync(IManagedDatabaseTablesOperations, String, CancellationToken)

List managed database tables

Applies to