Values.StartNetworkMigrationAnalysisRequestSourceStarts a network migration analysis job to evaluate connectivity and compatibility of the migration mappings.
type nonrec t = {networkMigrationExecutionID : NetworkMigrationExecutionID.t;The unique identifier of the network migration execution to analyze.
*)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 ]