TestimoX

API Reference

Class

AdMigrationPreflightCheck

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

Operator-facing preflight check produced while building a migration plan.

Inheritance

  • Object
  • AdMigrationPreflightCheck

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public AdMigrationPreflightCheckKind Kind { get; set; } #

Preflight check category.

public AdMigrationIssueSeverity Severity { get; set; } #

Check severity.

public String Code { get; set; } #

Stable check code.

public String Target { get; set; } #

Target principal, resource, domain, or workflow component.

public Boolean IsSatisfied { get; set; } #

Gets a value indicating whether the preflight check is currently satisfied.

public String Message { get; set; } #

Human-readable preflight check message.