Values.GetNetworkMigrationDefinitionRequestSourceRetrieves the details of a network migration definition including source and target configurations.
type nonrec t = {networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NetworkMigrationDefinitionID.t ]) list ]