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