API Reference
Class
AdMigrationMachineHandoffPackage
Endpoint handoff package metadata for machine-side migration phases.
Inheritance
- Object
- AdMigrationMachineHandoffPackage
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 AdMigrationMachineHandoffPackage() #Methods
public AdMigrationMachineHandoffPackage <Clone>$() #Returns:
AdMigrationMachineHandoffPackagepublic virtual Boolean Equals(AdMigrationMachineHandoffPackage other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Int32 SchemaVersion { get; set; } #Package schema version.
public DateTimeOffset GeneratedAtUtc { get; set; } #UTC timestamp when the package was generated.
public String PackageDirectory { get; set; } #Package directory path.
public String PlanFileName { get; set; } #Plan file name inside the package.
public String ManifestFileName { get; set; } #Manifest file name inside the package.
public String RunnerScriptFileName { get; set; } #Endpoint runner script file name inside the package.
public IReadOnlyList<AdMigrationMachineHandoffTask> Tasks { get; set; } #Machine-side tasks included in the package.