GenericPageEnumerator<T> Constructor
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.
public GenericPageEnumerator (Func<Microsoft.Rest.Azure.IPage<T>> list, Func<string,Microsoft.Rest.Azure.IPage<T>> listNext, ulong first, ulong skip);
new Microsoft.Azure.Commands.ResourceManager.Common.Paging.GenericPageEnumerator<'T> : Func<Microsoft.Rest.Azure.IPage<'T>> * Func<string, Microsoft.Rest.Azure.IPage<'T>> * uint64 * uint64 -> Microsoft.Azure.Commands.ResourceManager.Common.Paging.GenericPageEnumerator<'T>
Public Sub New (list As Func(Of IPage(Of T)), listNext As Func(Of String, IPage(Of T)), first As ULong, skip As ULong)
Parameters
- first
- UInt64
- skip
- UInt64