TestimoX

API Reference

Class

AdMigrationMachineHandoffTask

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Implements
IEquatable<AdMigrationMachineHandoffTask>
Modifiers sealed

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.

Constructors

Methods

public AdMigrationMachineHandoffTask <Clone>$() #
Returns: AdMigrationMachineHandoffTask
public virtual Boolean Equals(AdMigrationMachineHandoffTask other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.