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