FailoverProcessServerRequestProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- updateType
- String
A value for failover type. It can be systemlevel/serverlevel.