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

UpdateKbOperationDTODelete 构造函数

定义

重载

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

UpdateKbOperationDTODelete()

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

适用于

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

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

参数

sources
IList<String>

适用于