API Reference
Class
AdMigrationRollbackAction
Rollback or recovery instruction for a migration phase that changed state.
Inheritance
- Object
- AdMigrationRollbackAction
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 AdMigrationRollbackAction() #Methods
Inherited Methods
Properties
public AdMigrationRollbackActionKind Kind { get; set; } #Rollback action kind.
public AdMigrationPhaseKind PhaseKind { get; set; } #Phase that produced the state change.
public String Target { get; set; } #Target principal, resource, or phase item.
public String Code { get; set; } #Stable rollback action code for automation and filtering.
public String Instruction { get; set; } #Human-readable rollback instruction.
public String RequiredEvidence { get; set; } #Rollback evidence or prerequisite needed before executing the instruction.
public Boolean RequiresMachineExecutor { get; set; } #Gets a value indicating whether the rollback action requires a machine-side executor.