Share via


IInMageTestFailoverInput Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageTestFailoverInputTypeConverter))]
public interface IInMageTestFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITestFailoverProviderSpecificInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageTestFailoverInputTypeConverter))>]
type IInMageTestFailoverInput = interface
    interface IJsonSerializable
    interface ITestFailoverProviderSpecificInput
Public Interface IInMageTestFailoverInput
Implements ITestFailoverProviderSpecificInput
Derived
Attributes
Implements

Properties

InstanceType

The class type.

(Inherited from ITestFailoverProviderSpecificInput)
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to