Partager via


DeleteKbContentsDTO Constructeurs

Définition

Surcharges

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

DeleteKbContentsDTO()

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

S’applique à

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

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

Paramètres

sources
IList<String>

S’applique à