KnowledgeBase.Implicit(KnowledgeBase to RequestContent) Operator

Definition

public static implicit operator Azure.Core.RequestContent(Azure.Search.Documents.Indexes.Models.KnowledgeBase knowledgeBase);
static member op_Implicit : Azure.Search.Documents.Indexes.Models.KnowledgeBase -> Azure.Core.RequestContent
Public Shared Widening Operator CType (knowledgeBase As KnowledgeBase) As RequestContent

Parameters

knowledgeBase
KnowledgeBase

The KnowledgeBase to serialize into RequestContent.

Returns

Applies to