A2AUnplannedFailoverInput 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
A2AUnplannedFailoverInput() |
Initializes a new instance of the A2AUnplannedFailoverInput class. |
A2AUnplannedFailoverInput(String, String) |
Initializes a new instance of the A2AUnplannedFailoverInput class. |
A2AUnplannedFailoverInput()
Initializes a new instance of the A2AUnplannedFailoverInput class.
public A2AUnplannedFailoverInput ();
Public Sub New ()
Applies to
A2AUnplannedFailoverInput(String, String)
Initializes a new instance of the A2AUnplannedFailoverInput class.
public A2AUnplannedFailoverInput (string recoveryPointId = default, string cloudServiceCreationOption = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUnplannedFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUnplannedFailoverInput
Public Sub New (Optional recoveryPointId As String = Nothing, Optional cloudServiceCreationOption As String = Nothing)
Parameters
- 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.
- cloudServiceCreationOption
- String
A value indicating whether to use recovery cloud service for failover or not.