CustomPage<T> Class
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.
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
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>) |