你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSPage<T> Class

Definition

Defines a page in Azure responses.

[Newtonsoft.Json.JsonObject]
public class PSPage<T> : Microsoft.Rest.Azure.IPage<T>, System.Collections.Generic.IEnumerable<T>
[<Newtonsoft.Json.JsonObject>]
type PSPage<'T> = class
    interface IPage<'T>
    interface seq<'T>
    interface IEnumerable
Public Class PSPage(Of T)
Implements IEnumerable(Of T), IPage(Of T)

Type Parameters

T

Type of the page content items

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

Constructors

PSPage<T>()

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.

Extension Methods

EmptyIfNull<T>(IEnumerable<T>)
Coalesce<TSource>(IEnumerable<TSource>)
ForEach<T>(IEnumerable<T>, Action<T>)
MaxOrDefault<T,TResult>(IEnumerable<T>, Func<T,TResult>, TResult)
NonNull<T>(IEnumerable<T>)

Applies to