API Reference
Class
SidHistoryMigrationExecutionResult
Result of executing a governed SIDHistory migration plan.
Inheritance
- Object
- SidHistoryMigrationExecutionResult
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 SidHistoryMigrationExecutionResult() #Methods
public SidHistoryMigrationExecutionResult <Clone>$() #Returns:
SidHistoryMigrationExecutionResultpublic virtual Boolean Equals(SidHistoryMigrationExecutionResult other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean Blocked { get; set; } #Gets a value indicating whether execution was blocked before calling the writer.
public SidHistoryMigrationPlan Plan { get; set; } #Plan used for execution.
public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #Governance and execution issues.
public IReadOnlyList<SidHistoryWriteResult> WriteResults { get; set; } #Writer results for applied items.