MigrationList interface
List of migrations.
Properties
| next |
Link used to get the next page of results. |
| value | List of migrations. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
Link used to get the next page of results.
nextLink?: string
Property Value
string
value
List of migrations. NOTE: This property will not be serialized. It can only be populated by the server.
value?: Migration[]