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