InMageAzureV2UnplannedFailoverInput 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
InMageAzureV2UnplannedFailoverInput() |
Initializes a new instance of the InMageAzureV2UnplannedFailoverInput class. |
InMageAzureV2UnplannedFailoverInput(String) |
Initializes a new instance of the InMageAzureV2UnplannedFailoverInput class. |
InMageAzureV2UnplannedFailoverInput()
Initializes a new instance of the InMageAzureV2UnplannedFailoverInput class.
public InMageAzureV2UnplannedFailoverInput ();
Public Sub New ()
Applies to
InMageAzureV2UnplannedFailoverInput(String)
Initializes a new instance of the InMageAzureV2UnplannedFailoverInput class.
public InMageAzureV2UnplannedFailoverInput (string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2UnplannedFailoverInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2UnplannedFailoverInput
Public Sub New (Optional recoveryPointId 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.