InMageTestFailoverInput 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
InMageTestFailoverInput() |
Initializes a new instance of the InMageTestFailoverInput class. |
InMageTestFailoverInput(String, String) |
Initializes a new instance of the InMageTestFailoverInput class. |
InMageTestFailoverInput()
Initializes a new instance of the InMageTestFailoverInput class.
public InMageTestFailoverInput ();
Public Sub New ()
Applies to
InMageTestFailoverInput(String, String)
Initializes a new instance of the InMageTestFailoverInput class.
public InMageTestFailoverInput (string recoveryPointType = default, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageTestFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageTestFailoverInput
Public Sub New (Optional recoveryPointType As String = Nothing, Optional recoveryPointId As String = Nothing)
Parameters
- recoveryPointType
- String
The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored. Possible values include: 'LatestTime', 'LatestTag', 'Custom'
- 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.