InMageTestFailoverContent 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.
public class InMageTestFailoverContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestFailoverProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageTestFailoverContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageTestFailoverContent>
type InMageTestFailoverContent = class
inherit TestFailoverProviderSpecificContent
interface IJsonModel<InMageTestFailoverContent>
interface IPersistableModel<InMageTestFailoverContent>
Public Class InMageTestFailoverContent
Inherits TestFailoverProviderSpecificContent
Implements IJsonModel(Of InMageTestFailoverContent), IPersistableModel(Of InMageTestFailoverContent)
- Inheritance
- Implements
Constructors
InMageTestFailoverContent() |
Initializes a new instance of InMageTestFailoverContent. |
Properties
RecoveryPointId |
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 |
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET