IPage<T> Interface

Definition

Defines a page interface in Azure responses.

C#
public interface IPage<T> : System.Collections.Generic.IEnumerable<T>

Type Parameters

T

Type of the page content items

Derived
Implements

Properties

NextPageLink

Gets the link to the next page.

Applies to

Product Versions
Azure SDK for .NET Latest