DiscoveryModelFactory.PagedWorkingMemoryEntry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Paged collection of WorkingMemoryEntry items.
public static Azure.AI.Discovery.PagedWorkingMemoryEntry PagedWorkingMemoryEntry(System.Collections.Generic.IEnumerable<Azure.AI.Discovery.WorkingMemoryEntry> value = default, Uri nextLink = default);
static member PagedWorkingMemoryEntry : seq<Azure.AI.Discovery.WorkingMemoryEntry> * Uri -> Azure.AI.Discovery.PagedWorkingMemoryEntry
Public Shared Function PagedWorkingMemoryEntry (Optional value As IEnumerable(Of WorkingMemoryEntry) = Nothing, Optional nextLink As Uri = Nothing) As PagedWorkingMemoryEntry
Parameters
- value
- IEnumerable<WorkingMemoryEntry>
The WorkingMemoryEntry items on this page.
- nextLink
- Uri
The link to the next page of items.
Returns
A new PagedWorkingMemoryEntry instance for mocking.