Utilities.IpageToList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
List<T>