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