KnowledgebaseExtensions.ListAllAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.KnowledgebasesDTO> ListAllAsync (this Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IKnowledgebase operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IKnowledgebase * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.KnowledgebasesDTO>
<Extension()>
Public Function ListAllAsync (operations As IKnowledgebase, Optional cancellationToken As CancellationToken = Nothing) As Task(Of KnowledgebasesDTO)

Parameters

operations
IKnowledgebase
cancellationToken
CancellationToken

Returns

Applies to