API Reference
Class
AdMigrationPhase
Planned migration phase for a single item.
Inheritance
- Object
- AdMigrationPhase
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 AdMigrationPhase.<Clone>$
- Property AdMigrationPlan.Phases
Accepted by parameters
- Method AdMigrationComputerJoinExecutor.CanExecute
- Method AdMigrationComputerJoinExecutor.Execute
- Method IAdMigrationPhaseExecutor.CanExecute
- Method IAdMigrationPhaseExecutor.Execute
- Method AdMigrationCredentialExecutor.CanExecute
- Method AdMigrationCredentialExecutor.Execute
- Method AdMigrationDirectoryPreparationExecutor.CanExecute
- Method AdMigrationDirectoryPreparationExecutor.Execute
- Method AdMigrationMembershipExecutor.CanExecute
- Method AdMigrationMembershipExecutor.Execute
- Method AdMigrationProfileExecutor.CanExecute
- Method AdMigrationProfileExecutor.Execute
- Method AdMigrationResourceAclExecutor.CanExecute
- Method AdMigrationResourceAclExecutor.Execute
- Method SidHistoryAdMigrationPhaseExecutor.CanExecute
- Method SidHistoryAdMigrationPhaseExecutor.Execute
- Method AdMigrationValidationExecutor.CanExecute
- Method AdMigrationValidationExecutor.Execute
Constructors
public AdMigrationPhase() #Methods
Inherited Methods
Properties
public AdMigrationPhaseKind Kind { get; set; } #Phase kind.
public String Item { get; set; } #Item display label.
public Boolean RequiresMachineExecutor { get; set; } #Gets a value indicating whether the phase needs a machine-side executor.
public Boolean IsMutating { get; set; } #Gets a value indicating whether the phase mutates state.
public String Description { get; set; } #Phase description.