TestimoX

API Reference

Enum

AdMigrationOutstandingActionKind

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Type of follow-up action surfaced in a migration execution report.

Inheritance

  • Enum
  • AdMigrationOutstandingActionKind

Usage

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

Values

public const AdMigrationOutstandingActionKind BlockedPhase #

A migration phase was blocked and must be remediated before the plan is complete.

Value: 0
public const AdMigrationOutstandingActionKind FailedValidationCheck #

A validation check failed and requires operator remediation or acceptance.

Value: 1
public const AdMigrationOutstandingActionKind ExternalExecutorRequired #

A phase requires a machine-side executor or external provider.

Value: 2
public const AdMigrationOutstandingActionKind SidHistoryCleanupRequired #

SIDHistory was included and must later go through cleanup due diligence.

Value: 3
public const AdMigrationOutstandingActionKind ResourceAclMigrationPending #

A resource was planned in report-only mode and ACL changes remain pending.

Value: 4