API Reference
Class
AdMigrationComputerTransitionResult
Result of a computer migration transition phase.
Inheritance
- Object
- AdMigrationComputerTransitionResult
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 AdMigrationComputerTransitionResult() #Methods
public AdMigrationComputerTransitionResult <Clone>$() #Returns:
AdMigrationComputerTransitionResultpublic virtual Boolean Equals(AdMigrationComputerTransitionResult other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean Changed { get; set; } #Gets a value indicating whether transition artifacts or state changed.
public String ArtifactPath { get; set; } #Optional artifact path produced by the transition provider.
public Boolean RequiresReboot { get; set; } #Gets a value indicating whether the transition requires a reboot to finish.
public String Message { get; set; } #Human-readable operation message.