Share via


CustomPage<T> Class

Definition

Azure Site Recovery custom page.

public class CustomPage<T> : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Page<T>
type CustomPage<'T> = class
    inherit Page<'T>
Public Class CustomPage(Of T)
Inherits Page(Of T)

Type Parameters

T
Inheritance
CustomPage<T>

Constructors

CustomPage<T>()

Properties

NextLink

Gets or sets the link to the next page.

NextPageLink

Gets the link to the next page.

(Inherited from Page<T>)

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

(Inherited from Page<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection.

(Inherited from Page<T>)

Extension Methods

EmptyIfNull<T>(IEnumerable<T>)
Batch<TSource>(IEnumerable<TSource>, Int32)

Batches an enumerable into batches of the specified size.

CoalesceEnumerable<TSource>(IEnumerable<TSource>)

Coalesces the enumerable.

Distinct<TSource,TKeyType>(IEnumerable<TSource>, Func<TSource,TKeyType>, IEqualityComparer<TKeyType>)

Returns a distinct collection based on a key.

DistinctArray<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)

Returns a distinct array.

SelectArray<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)

Selects a collection and returns an array.

SelectManyArray<TSource,TResult>(IEnumerable<TSource>, Func<TSource,IEnumerable<TResult>>)

Selects a collection and returns an array.

ToInsensitiveDictionary<TValue>(IEnumerable<TValue>, Func<TValue,String>)

Creates an insensitive dictionary from an enumerable.

ToInsensitiveDictionary<TSource,TValue>(IEnumerable<TSource>, Func<TSource,String>, Func<TSource,TValue>)

Creates an insensitive dictionary from an enumerable.

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