Freigeben über


InMageTestFailoverInput Constructors

Definition

Overloads

InMageTestFailoverInput()

Initializes a new instance of the InMageTestFailoverInput class.

InMageTestFailoverInput(String, String)

Initializes a new instance of the InMageTestFailoverInput class.

InMageTestFailoverInput()

Initializes a new instance of the InMageTestFailoverInput class.

public InMageTestFailoverInput ();
Public Sub New ()

Applies to

InMageTestFailoverInput(String, String)

Initializes a new instance of the InMageTestFailoverInput class.

public InMageTestFailoverInput (string recoveryPointType = default, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageTestFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageTestFailoverInput
Public Sub New (Optional recoveryPointType As String = Nothing, Optional recoveryPointId As String = Nothing)

Parameters

recoveryPointType
String

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'

recoveryPointId
String

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.

Applies to