IDataSourcesOperations Interface

Definition

DataSourcesOperations operations.

public interface IDataSourcesOperations
type IDataSourcesOperations = interface
Public Interface IDataSourcesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, DataSource, Dictionary<String,List<String>>, CancellationToken)

Create or update a data source.

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

Deletes a data source instance.

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

Gets a datasource instance.

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

Gets the first page of data source instances in a workspace with the link to the next page.

ListByWorkspaceWithHttpMessagesAsync(ODataQuery<DataSourceFilter>, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the first page of data source instances in a workspace with the link to the next page.

Extension Methods

CreateOrUpdate(IDataSourcesOperations, String, String, String, DataSource)

Create or update a data source.

CreateOrUpdateAsync(IDataSourcesOperations, String, String, String, DataSource, CancellationToken)

Create or update a data source.

Delete(IDataSourcesOperations, String, String, String)

Deletes a data source instance.

DeleteAsync(IDataSourcesOperations, String, String, String, CancellationToken)

Deletes a data source instance.

Get(IDataSourcesOperations, String, String, String)

Gets a datasource instance.

GetAsync(IDataSourcesOperations, String, String, String, CancellationToken)

Gets a datasource instance.

ListByWorkspace(IDataSourcesOperations, ODataQuery<DataSourceFilter>, String, String, String)

Gets the first page of data source instances in a workspace with the link to the next page.

ListByWorkspaceAsync(IDataSourcesOperations, ODataQuery<DataSourceFilter>, String, String, String, CancellationToken)

Gets the first page of data source instances in a workspace with the link to the next page.

ListByWorkspaceNext(IDataSourcesOperations, String)

Gets the first page of data source instances in a workspace with the link to the next page.

ListByWorkspaceNextAsync(IDataSourcesOperations, String, CancellationToken)

Gets the first page of data source instances in a workspace with the link to the next page.

Applies to