TestimoX

API Reference

Class

AdMigrationComputerOptions

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

Computer-specific migration options.

Inheritance

  • Object
  • AdMigrationComputerOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdMigrationComputerOptions() #

Methods

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

Parameters

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

Properties

public Boolean PreStage { get; set; } #

Gets a value indicating whether destination computer pre-staging is planned.

public Boolean OfflineDomainJoin { get; set; } #

Gets a value indicating whether offline domain join material should be generated.

public Boolean RequireMachineSideExecutor { get; set; } #

Gets a value indicating whether machine-side join execution is required.

public Boolean MigrateProfile { get; set; } #

Gets a value indicating whether profile migration is requested.