TestimoX

API Reference

Class

AdMigrationOutstandingAction

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

Follow-up action that remains after a migration execution report is generated.

Inheritance

  • Object
  • AdMigrationOutstandingAction

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

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

Parameters

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

Properties

public AdMigrationOutstandingActionKind Kind { get; set; } #

Follow-up action kind.

public AdMigrationIssueSeverity Severity { get; set; } #

Action severity.

public Nullable<AdMigrationPhaseKind> PhaseKind { get; set; } #

Optional phase kind that produced the action.

public String Target { get; set; } #

Target principal, resource, or phase item.

public String Code { get; set; } #

Stable action code for automation and filtering.

public String Message { get; set; } #

Human-readable follow-up message.