DiscoveryModelFactory.PagedWorkingMemoryEntry Method

Definition

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.

Applies to