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

Utilities.IpageToList Method

Definition

Overloads

IpageToList<T>(List<CustomPage<T>>)
IpageToList<T>(List<IPage<T>>)

IpageToList<T>(List<CustomPage<T>>)

public static System.Collections.Generic.List<T> IpageToList<T> (System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<T>> pages);
static member IpageToList : System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<'T>> -> System.Collections.Generic.List<'T>
Public Function IpageToList(Of T) (pages As List(Of CustomPage(Of T))) As List(Of T)

Type Parameters

T

Parameters

pages
List<CustomPage<T>>

Returns

List<T>

Applies to

IpageToList<T>(List<IPage<T>>)

public static System.Collections.Generic.List<T> IpageToList<T> (System.Collections.Generic.List<Microsoft.Rest.Azure.IPage<T>> pages);
static member IpageToList : System.Collections.Generic.List<Microsoft.Rest.Azure.IPage<'T>> -> System.Collections.Generic.List<'T>
Public Function IpageToList(Of T) (pages As List(Of IPage(Of T))) As List(Of T)

Type Parameters

T

Parameters

pages
List<IPage<T>>

Returns

List<T>

Applies to