Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataSources

Package version

Class representing a DataSources.

Hierarchy

  • DataSources

Index

Constructors

constructor

Methods

create

createOrUpdate

deleteMethod

  • deleteMethod(dataSourceName: string, options?: Models.DataSourcesDeleteMethodOptionalParams): Promise<coreHttp.RestResponse>
  • deleteMethod(dataSourceName: string, callback: coreHttp.ServiceCallback<void>): void
  • deleteMethod(dataSourceName: string, options: DataSourcesDeleteMethodOptionalParams, callback: coreHttp.ServiceCallback<void>): void

get

  • get(dataSourceName: string, options?: coreHttp.RequestOptionsBase): Promise<Models.DataSourcesGetResponse>
  • get(dataSourceName: string, callback: coreHttp.ServiceCallback<SearchIndexerDataSource>): void
  • get(dataSourceName: string, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<SearchIndexerDataSource>): void

list

Generated using TypeDoc