ResourceCollection interface
A collection of resources.
Properties
count | Total record count number. |
next |
Next page link if any. |
value | A collection of resources. |
Property Details
count
Total record count number.
count?: number
Property Value
number
nextLink
Next page link if any.
nextLink?: string
Property Value
string
value
A collection of resources.
value?: ResourceCollectionValueItem[]