Page<T> Class

Definition

Defines a page in Azure responses.

C#
[Newtonsoft.Json.JsonObject]
public class Page<T> : Microsoft.Rest.Azure.IPage<T>, System.Collections.Generic.IEnumerable<T>

Type Parameters

T

Type of the page content items

Inheritance
Page<T>
Attributes
Newtonsoft.Json.JsonObjectAttribute
Implements

Constructors

Properties

NextPageLink

Gets the link to the next page.

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to

Product Versions
Azure SDK for .NET Latest