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

UpdateQuestionsDTO 构造函数

定义

重载

UpdateQuestionsDTO()
UpdateQuestionsDTO(IList<String>, IList<String>)

UpdateQuestionsDTO()

Source:
UpdateQuestionsDTO.cs
public UpdateQuestionsDTO ();
Public Sub New ()

适用于

UpdateQuestionsDTO(IList<String>, IList<String>)

Source:
UpdateQuestionsDTO.cs
public UpdateQuestionsDTO (System.Collections.Generic.IList<string> add = default, System.Collections.Generic.IList<string> delete = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQuestionsDTO : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQuestionsDTO
Public Sub New (Optional add As IList(Of String) = Nothing, Optional delete As IList(Of String) = Nothing)

参数

add
IList<String>
delete
IList<String>

适用于