次の方法で共有


UpdateKbOperationDTODelete コンストラクター

定義

オーバーロード

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

UpdateKbOperationDTODelete()

ソース:
UpdateKbOperationDTODelete.cs
public UpdateKbOperationDTODelete ();
Public Sub New ()

適用対象

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

ソース:
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>

適用対象