API Reference
Class
AdMigrationExecutionReportStore
Writes versioned AD migration execution reports for operator audit and handoff.
Inheritance
- Object
- AdMigrationExecutionReportStore
Constructors
public AdMigrationExecutionReportStore() #Methods
public AdMigrationExecutionReport BuildReport(AdMigrationPlanExecutionResult result) #Returns:
AdMigrationExecutionReportBuilds an execution report from a migration execution result.
Parameters
- result ADPlayground.Migrations.Core.AdMigrationPlanExecutionResult
- Migration execution result.
Returns
Versioned execution report.
public Void ExportReport(AdMigrationPlanExecutionResult result, String path) #Returns:
VoidExports a migration execution report to a JSON file.
Parameters
- result ADPlayground.Migrations.Core.AdMigrationPlanExecutionResult
- Migration execution result.
- path System.String
- Destination JSON file path.
public String SerializeReport(AdMigrationPlanExecutionResult result) #Returns:
StringSerializes a migration execution report to JSON.
Parameters
- result ADPlayground.Migrations.Core.AdMigrationPlanExecutionResult
- Migration execution result.
Returns
Versioned execution report JSON.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object