API Reference
Class
AdMigrationPhaseExecutionResult
Result of executing or previewing one migration phase.
Inheritance
- Object
- AdMigrationPhaseExecutionResult
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
- Method AdMigrationComputerJoinExecutor.Execute
- Property AdMigrationExecutionReport.Phases
- Method AdMigrationPhaseExecutionResult.<Clone>$
- Property AdMigrationPlanExecutionResult.Phases
- Method IAdMigrationPhaseExecutor.Execute
- Method AdMigrationCredentialExecutor.Execute
- Method AdMigrationDirectoryPreparationExecutor.Execute
- Method AdMigrationMembershipExecutor.Execute
- Method AdMigrationProfileExecutor.Execute
- Method AdMigrationResourceAclExecutor.Execute
- Method SidHistoryAdMigrationPhaseExecutor.Execute
- Method AdMigrationValidationExecutor.Execute
Constructors
public AdMigrationPhaseExecutionResult() #Methods
Inherited Methods
Properties
public AdMigrationPhaseKind Kind { get; set; } #Phase kind.
public String Item { get; set; } #Item display label.
public AdMigrationPhaseExecutionStatus Status { get; set; } #Execution status.
public Boolean Changed { get; set; } #Gets a value indicating whether state was changed.
public String Message { get; set; } #Human-readable result message.
public IReadOnlyList<AdMigrationPhaseExecutionCheck> Checks { get; set; } #Structured checks or evidence produced by the phase.