API Reference
Class
AdMigrationPreflightCheck
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.
Returned or exposed by
Constructors
public AdMigrationPreflightCheck() #Methods
Inherited Methods
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.