Page<T> 類別

定義

定義 Azure 回應中的頁面。

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

類型參數

T

頁面內容專案的類型

繼承
Page<T>
屬性
Newtonsoft.Json.JsonObjectAttribute
實作

建構函式

Page<T>()

定義 Azure 回應中的頁面。

屬性

NextPageLink

取得下一頁的連結。

方法

GetEnumerator()

傳回逐一查看集合的列舉值。

明確介面實作

IEnumerable.GetEnumerator()

傳回逐一查看集合的列舉值。

擴充方法

AsContinuousCollection<T>(IPage<T>, Func<String,IPage<T>>)

定義 Azure 回應中的頁面。

ToCommaSeparatedString<T>(IEnumerable<T>)

將集合的專案轉換成字串,並將其串連成逗號分隔清單,或傳回 Null 或空白集合的 Null。

適用於