Compartir a través de


ModelVersionResourceArmPaginatedResult interface

A paginated list of ModelVersion entities.

Properties

nextLink

The link to the next page of ModelVersion objects. If null, there are no additional pages.

value

An array of objects of type ModelVersion.

Property Details

The link to the next page of ModelVersion objects. If null, there are no additional pages.

nextLink?: string

Property Value

string

value

An array of objects of type ModelVersion.

value?: ModelVersion[]

Property Value