共用方式為


DeleteKbContentsDTO Constructors

Definition

Overloads

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

DeleteKbContentsDTO()

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

Applies to

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)

Parameters

sources
IList<String>

Applies to