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

DeleteKbContentsDTO 构造函数

定义

重载

DeleteKbContentsDTO()
DeleteKbContentsDTO(IList<Nullable<Int32>>, IList<String>)

DeleteKbContentsDTO()

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

适用于

DeleteKbContentsDTO(IList<Nullable<Int32>>, IList<String>)

Source:
DeleteKbContentsDTO.cs
public DeleteKbContentsDTO (System.Collections.Generic.IList<int?> ids = default, System.Collections.Generic.IList<string> sources = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.DeleteKbContentsDTO : System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.DeleteKbContentsDTO
Public Sub New (Optional ids As IList(Of Nullable(Of Integer)) = Nothing, Optional sources As IList(Of String) = Nothing)

参数

sources
IList<String>

适用于