KnowledgebaseExtensions.GetDetailsAsync Method

Definition

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

Parameters

operations
IKnowledgebase
kbId
String
cancellationToken
CancellationToken

Returns

Applies to