Create a DataSources.
Reference to the service client.
Creates a new datasource.
The definition of the datasource to create.
Promise<Models.DataSourcesCreateResponse>
The definition of the datasource to create.
The callback
The definition of the datasource to create.
The optional parameters
The callback
Creates a new datasource or updates a datasource if it already exists.
The name of the datasource to create or update.
The definition of the datasource to create or update.
Promise<Models.DataSourcesCreateOrUpdateResponse>
The name of the datasource to create or update.
The definition of the datasource to create or update.
The callback
The name of the datasource to create or update.
The definition of the datasource to create or update.
The optional parameters
The callback
Deletes a datasource.
The name of the datasource to delete.
Promise<coreHttp.RestResponse>
The name of the datasource to delete.
The callback
The name of the datasource to delete.
The optional parameters
The callback
Retrieves a datasource definition.
The name of the datasource to retrieve.
Promise<Models.DataSourcesGetResponse>
The name of the datasource to retrieve.
The callback
The name of the datasource to retrieve.
The optional parameters
The callback
Lists all datasources available for a search service.
Promise<Models.DataSourcesListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a DataSources.