你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KnowledgeBaseFile(BinaryData) Constructor

Definition

Initializes a new instance of KnowledgeBaseFile.

public KnowledgeBaseFile(BinaryData contents);
new Azure.AI.Language.QuestionAnswering.Authoring.KnowledgeBaseFile : BinaryData -> Azure.AI.Language.QuestionAnswering.Authoring.KnowledgeBaseFile
Public Sub New (contents As BinaryData)

Parameters

contents
BinaryData

The contents of the file.

In file bodies, this value comes from the body of the request, response, or multipart payload. In JSON bodies, this value is serialized as a field in the response.

Exceptions

contents is null.

Applies to