Values.StartNetworkMigrationDeploymentRequestSourceStarts a deployment job to create the target network infrastructure based on the generated code templates.
type nonrec t = {networkMigrationExecutionID : NetworkMigrationExecutionID.t;The unique identifier of the network migration execution.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition.
*)}val make :
networkMigrationExecutionID:NetworkMigrationExecutionID.t ->
networkMigrationDefinitionID:NetworkMigrationDefinitionID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of NetworkMigrationExecutionID.t ]) list ]