次の方法で共有


KnowledgebaseExtensions.ListAllAsync メソッド

定義

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)

パラメーター

operations
IKnowledgebase
cancellationToken
CancellationToken

戻り値

適用対象