SearchIndexClient.GetKnowledgeAgentsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all agents available for a search service.
public virtual Azure.AsyncPageable<Azure.Search.Documents.Indexes.Models.KnowledgeAgent> GetKnowledgeAgentsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetKnowledgeAgentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Search.Documents.Indexes.Models.KnowledgeAgent>
override this.GetKnowledgeAgentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Search.Documents.Indexes.Models.KnowledgeAgent>
Public Overridable Function GetKnowledgeAgentsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KnowledgeAgent)
Parameters
- cancellationToken
- CancellationToken
Optional CancellationToken to propagate notifications that the operation should be canceled.
Returns
The Response<T> from the server containing a list of KnowledgeAgent.
Exceptions
Thrown when a failure is returned by the Search service.