MigrationConfigListResult interface
The result of the List migrationConfigurations operation.
Properties
next |
Link to the next set of results. Not empty if Value contains incomplete list of migrationConfigurations NOTE: This property will not be serialized. It can only be populated by the server. |
value | List of Migration Configs |
Property Details
nextLink
Link to the next set of results. Not empty if Value contains incomplete list of migrationConfigurations NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
List of Migration Configs
value?: MigrationConfigProperties[]