次の方法で共有


InMageUnplannedFailoverInput Constructors

Definition

Overloads

InMageUnplannedFailoverInput()

Initializes a new instance of the InMageUnplannedFailoverInput class.

InMageUnplannedFailoverInput(String, String)

Initializes a new instance of the InMageUnplannedFailoverInput class.

InMageUnplannedFailoverInput()

Initializes a new instance of the InMageUnplannedFailoverInput class.

public InMageUnplannedFailoverInput ();
Public Sub New ()

Applies to

InMageUnplannedFailoverInput(String, String)

Initializes a new instance of the InMageUnplannedFailoverInput class.

public InMageUnplannedFailoverInput (string recoveryPointType = default, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageUnplannedFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageUnplannedFailoverInput
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 failover to a particular recovery point. In case of latest recovery point, null should be passed.

Applies to