UpdateKbOperationDTODelete Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
UpdateKbOperationDTODelete() | |
UpdateKbOperationDTODelete(IList<Nullable<Int32>>, IList<String>) |
UpdateKbOperationDTODelete()
public UpdateKbOperationDTODelete ();
Public Sub New ()
Se aplica a
UpdateKbOperationDTODelete(IList<Nullable<Int32>>, IList<String>)
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
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET