Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataSources

Package version

Class representing a DataSources.

Hierarchy

  • DataSources

Index

Constructors

constructor

Methods

create

createOrUpdate

  • createOrUpdate(dataSourceName: string, dataSource: DataSource, options?: Models.DataSourcesCreateOrUpdateOptionalParams): Promise<Models.DataSourcesCreateOrUpdateResponse>
  • createOrUpdate(dataSourceName: string, dataSource: DataSource, callback: coreHttp.ServiceCallback<DataSource>): void
  • createOrUpdate(dataSourceName: string, dataSource: DataSource, options: DataSourcesCreateOrUpdateOptionalParams, callback: coreHttp.ServiceCallback<DataSource>): void

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?: Models.DataSourcesGetOptionalParams): Promise<Models.DataSourcesGetResponse>
  • get(dataSourceName: string, callback: coreHttp.ServiceCallback<DataSource>): void
  • get(dataSourceName: string, options: DataSourcesGetOptionalParams, callback: coreHttp.ServiceCallback<DataSource>): void

list

Generated using TypeDoc