API Reference
Class
AdMigrationExecutionReport
Versioned migration execution report artifact.
Inheritance
- Object
- AdMigrationExecutionReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdMigrationExecutionReport() #Methods
Inherited Methods
Properties
public Int32 SchemaVersion { get; set; } #Report schema version.
public DateTimeOffset GeneratedAtUtc { get; set; } #UTC timestamp when the report was generated.
public AdMigrationExecutionSummary Execution { get; set; } #Sanitized execution context.
public AdMigrationExecutionReportSummary Summary { get; set; } #Execution summary counts.
public JsonElement Plan { get; set; } #Versioned plan artifact embedded in the report.
public IReadOnlyList<AdMigrationPhaseExecutionResult> Phases { get; set; } #Phase execution results.
public IReadOnlyList<AdMigrationOutstandingAction> OutstandingActions { get; set; } #Follow-up actions that remain after the execution result.
public IReadOnlyList<AdMigrationRollbackAction> RollbackActions { get; set; } #Rollback or recovery actions for phases that changed state.