TestimoX

API Reference

Class

AdMigrationComputerTransitionResult

Namespace ADPlayground.Migrations.Computers
Assembly ADPlayground
Implements
IEquatable<AdMigrationComputerTransitionResult>
Modifiers sealed

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.

Constructors

Methods

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

Parameters

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

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.