InMageTestFailoverInput Class
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.
Provider specific input for InMage test failover.
[Newtonsoft.Json.JsonObject("InMage")]
public class InMageTestFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverProviderSpecificInput
[<Newtonsoft.Json.JsonObject("InMage")>]
type InMageTestFailoverInput = class
inherit TestFailoverProviderSpecificInput
Public Class InMageTestFailoverInput
Inherits TestFailoverProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
InMageTestFailoverInput() |
Initializes a new instance of the InMageTestFailoverInput class. |
InMageTestFailoverInput(String, String) |
Initializes a new instance of the InMageTestFailoverInput class. |
Properties
RecoveryPointId |
Gets or sets 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. |
RecoveryPointType |
Gets or sets 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' |