InMageRcmUnplannedFailoverInput 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
InMageRcmUnplannedFailoverInput() |
Initializes a new instance of the InMageRcmUnplannedFailoverInput class. |
InMageRcmUnplannedFailoverInput(String, String) |
Initializes a new instance of the InMageRcmUnplannedFailoverInput class. |
InMageRcmUnplannedFailoverInput()
Initializes a new instance of the InMageRcmUnplannedFailoverInput class.
public InMageRcmUnplannedFailoverInput ();
Public Sub New ()
Applies to
InMageRcmUnplannedFailoverInput(String, String)
Initializes a new instance of the InMageRcmUnplannedFailoverInput class.
public InMageRcmUnplannedFailoverInput (string performShutdown, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmUnplannedFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmUnplannedFailoverInput
Public Sub New (performShutdown As String, Optional recoveryPointId As String = Nothing)
Parameters
- performShutdown
- String
A value indicating whether VM is to be shutdown.
- recoveryPointId
- String
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.