TestimoX

API Reference

Class

AdMigrationPlanExecutionResult

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Implements
IEquatable<AdMigrationPlanExecutionResult>
Modifiers sealed

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.

Accepted by parameters

Constructors

Methods

public AdMigrationPlanExecutionResult <Clone>$() #
Returns: AdMigrationPlanExecutionResult
public virtual Boolean Equals(AdMigrationPlanExecutionResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.