Share via


InMageRcmFailbackPlannedFailoverProviderInput Constructors

Definition

Overloads

InMageRcmFailbackPlannedFailoverProviderInput()

Initializes a new instance of the InMageRcmFailbackPlannedFailoverProviderInput class.

InMageRcmFailbackPlannedFailoverProviderInput(String)

Initializes a new instance of the InMageRcmFailbackPlannedFailoverProviderInput class.

InMageRcmFailbackPlannedFailoverProviderInput()

Initializes a new instance of the InMageRcmFailbackPlannedFailoverProviderInput class.

public InMageRcmFailbackPlannedFailoverProviderInput ();
Public Sub New ()

Applies to

InMageRcmFailbackPlannedFailoverProviderInput(String)

Initializes a new instance of the InMageRcmFailbackPlannedFailoverProviderInput class.

public InMageRcmFailbackPlannedFailoverProviderInput (string recoveryPointType);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackPlannedFailoverProviderInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackPlannedFailoverProviderInput
Public Sub New (recoveryPointType As String)

Parameters

recoveryPointType
String

The recovery point type. Possible values include: 'ApplicationConsistent', 'CrashConsistent'

Applies to