FailoverProcessServerRequestProperties Constructors

Definition

Overloads

FailoverProcessServerRequestProperties()

Initializes a new instance of the FailoverProcessServerRequestProperties class.

FailoverProcessServerRequestProperties(String, String, String, IList<String>, String)

Initializes a new instance of the FailoverProcessServerRequestProperties class.

FailoverProcessServerRequestProperties()

Initializes a new instance of the FailoverProcessServerRequestProperties class.

public FailoverProcessServerRequestProperties ();
Public Sub New ()

Applies to

FailoverProcessServerRequestProperties(String, String, String, IList<String>, String)

Initializes a new instance of the FailoverProcessServerRequestProperties class.

public FailoverProcessServerRequestProperties (string containerName = default, string sourceProcessServerId = default, string targetProcessServerId = default, System.Collections.Generic.IList<string> vmsToMigrate = default, string updateType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverProcessServerRequestProperties : string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverProcessServerRequestProperties
Public Sub New (Optional containerName As String = Nothing, Optional sourceProcessServerId As String = Nothing, Optional targetProcessServerId As String = Nothing, Optional vmsToMigrate As IList(Of String) = Nothing, Optional updateType As String = Nothing)

Parameters

containerName
String

The container identifier.

sourceProcessServerId
String

The source process server.

targetProcessServerId
String

The new process server.

vmsToMigrate
IList<String>

The VMS to migrate.

updateType
String

A value for failover type. It can be systemlevel/serverlevel.

Applies to