DiscoveryModelFactory.PagedOperation 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 Operation items.
public static Azure.AI.Discovery.PagedOperation PagedOperation(System.Collections.Generic.IEnumerable<Azure.AI.Discovery.WorkspaceOperation> value = default, Uri nextLink = default);
static member PagedOperation : seq<Azure.AI.Discovery.WorkspaceOperation> * Uri -> Azure.AI.Discovery.PagedOperation
Public Shared Function PagedOperation (Optional value As IEnumerable(Of WorkspaceOperation) = Nothing, Optional nextLink As Uri = Nothing) As PagedOperation
Parameters
- value
- IEnumerable<WorkspaceOperation>
The Operation items on this page.
- nextLink
- Uri
The link to the next page of items.
Returns
A new PagedOperation instance for mocking.