KnowledgeSource.Implicit(KnowledgeSource to RequestContent) Operator

Definition

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

Parameters

knowledgeSource
KnowledgeSource

The KnowledgeSource to serialize into RequestContent.

Returns

Applies to