Skip to main content

knowledge_source_status

Creates, updates, deletes, gets or lists a knowledge_source_status resource.

Overview

Nameknowledge_source_status
TypeResource
Idazure.search_documents.knowledge_source_status

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_knowledge_source_statusexecsource_name, search_service_nameRetrieves the status of a knowledge source.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
search_service_namestringSearch service name. (default: )
source_namestringThe name of the knowledge source. Required.

Lifecycle Methods

Retrieves the status of a knowledge source.

EXEC azure.search_documents.knowledge_source_status.get_knowledge_source_status 
@source_name='{{ source_name }}' --required,
@search_service_name='{{ search_service_name }}' --required
;