Paged type
Paged collection of T items
type Paged<T> = { nextLink?: string; value: T[] }
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Paged collection of T items
type Paged<T> = { nextLink?: string; value: T[] }