LinkedResourceListResponse interface
Response of a list operation.
Properties
nextLink |
Link to the next set of results, if any.
|
value |
Results of a list operation.
|
Property Details
nextLink
Link to the next set of results, if any.
nextLink?: string
Property Value
value
Results of a list operation.
value?: LinkedResource[]
Property Value