API Reference
Class
AdMigrationMachineHandoffTask
Machine-side migration task emitted for endpoint handoff.
Inheritance
- Object
- AdMigrationMachineHandoffTask
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 AdMigrationMachineHandoffTask() #Methods
Inherited Methods
Properties
public Int32 Order { get; set; } #Task order within the package.
public AdMigrationMachineHandoffTaskKind Kind { get; set; } #Machine-side task kind.
public String Target { get; set; } #Migration item display label.
public String TargetComputerName { get; set; } #Destination computer name without trailing dollar sign.
public String ArtifactFileName { get; set; } #Expected artifact file name for this task, when one is required.
public Boolean RequiresLocalComputer { get; set; } #Gets a value indicating whether the task must run on the target computer.
public Boolean RequiresReboot { get; set; } #Gets a value indicating whether the task is expected to require reboot before continuing.
public String Description { get; set; } #Human-readable task description.
public String Command { get; set; } #PowerShell command template for the endpoint runner.