Aracılığıyla paylaş


InMageUnplannedFailoverInput Class

Definition

Provider specific input for InMage unplanned failover.

[Newtonsoft.Json.JsonObject("InMage")]
public class InMageUnplannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverProviderSpecificInput
[<Newtonsoft.Json.JsonObject("InMage")>]
type InMageUnplannedFailoverInput = class
    inherit UnplannedFailoverProviderSpecificInput
Public Class InMageUnplannedFailoverInput
Inherits UnplannedFailoverProviderSpecificInput
Inheritance
InMageUnplannedFailoverInput
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

InMageUnplannedFailoverInput()

Initializes a new instance of the InMageUnplannedFailoverInput class.

InMageUnplannedFailoverInput(String, String)

Initializes a new instance of the InMageUnplannedFailoverInput class.

Properties

RecoveryPointId

Gets or sets 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

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'

Applies to