Dela via


UpdateKbOperationDTODelete Constructors

Definition

Overloads

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

UpdateKbOperationDTODelete()

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

Applies to

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)

Parameters

sources
IList<String>

Applies to