API Reference
AdMigrationExecutionSummary
Sanitized execution context recorded with a migration execution result.
Inheritance
- Object
- AdMigrationExecutionSummary
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 AdMigrationExecutionSummary() #Methods
Inherited Methods
Properties
public Boolean DryRun { get; set; } #Gets a value indicating whether execution was a dry run.
public Boolean Apply { get; set; } #Gets a value indicating whether mutating phases were allowed to run.
public String Intent { get; set; } #Execution intent, typically read_only or read_write.
public Boolean AllowWrite { get; set; } #Gets a value indicating whether writes were explicitly allowed.
public String ExecutionId { get; set; } #Execution identifier for audit correlation.
public String ActorId { get; set; } #Actor identifier for audit correlation.
public String ChangeReason { get; set; } #Change reason or ticket for audit correlation.
public String RollbackPlanId { get; set; } #Rollback plan identifier for audit correlation.
public String RollbackProviderId { get; set; } #Rollback provider identifier for audit correlation.
public String AuditCorrelationId { get; set; } #Audit correlation identifier.
public Int32 CredentialSecretReferenceCount { get; set; } #Number of runtime credential secrets supplied to execution. Secret values are never stored.
public String ArtifactDirectory { get; set; } #Optional directory where migration artifacts such as offline-domain-join blobs were written.
public Boolean EnableLocalComputerJoin { get; set; } #Gets a value indicating whether offline-domain-join artifacts could be applied locally.
public String MachineTask { get; set; } #Machine handoff task filter used for endpoint-side execution, when any.
public String TargetComputerName { get; set; } #Target computer name used for endpoint-side execution, when any.