Compartilhar via


UpdateKbOperationDTODelete Construtores

Definição

Sobrecargas

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

UpdateKbOperationDTODelete()

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

Aplica-se a

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

Origem:
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)

Parâmetros

sources
IList<String>

Aplica-se a