Delen via


A2ATestFailoverInput Constructors

Definition

Overloads

A2ATestFailoverInput()

Initializes a new instance of the A2ATestFailoverInput class.

A2ATestFailoverInput(String, String)

Initializes a new instance of the A2ATestFailoverInput class.

A2ATestFailoverInput()

Initializes a new instance of the A2ATestFailoverInput class.

public A2ATestFailoverInput ();
Public Sub New ()

Applies to

A2ATestFailoverInput(String, String)

Initializes a new instance of the A2ATestFailoverInput class.

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

Parameters

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.

cloudServiceCreationOption
String

A value indicating whether to use recovery cloud service for TFO or not.

Applies to