DataVersionBaseResourceArmPaginatedResult interface
A paginated list of DataVersionBase entities.
Properties
next |
The link to the next page of DataVersionBase objects. If null, there are no additional pages. |
value | An array of objects of type DataVersionBase. |
Property Details
nextLink
The link to the next page of DataVersionBase objects. If null, there are no additional pages.
nextLink?: string
Property Value
string
value
An array of objects of type DataVersionBase.
value?: DataVersionBase[]