Share via


IInMageUnplannedFailoverInput Interface

Definition

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

Properties

InstanceType

The class type.

(Inherited from IUnplannedFailoverProviderSpecificInput)
RecoveryPointId

The recovery point id to be passed to 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