Values.DeleteNetworkMigrationDefinitionRequestSourceDeletes a network migration definition. This operation removes the migration definition and all associated metadata.
type nonrec t = {networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NetworkMigrationDefinitionID.t ]) list ]