API Reference
Class
AdMigrationPlanExecutionResult
Result of executing or previewing an AD migration plan.
Inheritance
- Object
- AdMigrationPlanExecutionResult
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
Accepted by parameters
Constructors
public AdMigrationPlanExecutionResult() #Methods
Inherited Methods
Properties
public AdMigrationPlan Plan { get; set; } #Plan that was executed or previewed.
public AdMigrationExecutionSummary Execution { get; set; } #Sanitized execution context. Runtime credential secret values are not stored.
public IReadOnlyList<AdMigrationPhaseExecutionResult> Phases { get; set; } #Phase execution results.
public Boolean HasBlockers { get; } #Gets a value indicating whether any phase was blocked.
public Boolean Changed { get; } #Gets a value indicating whether any phase changed state.