次の方法で共有


A2AUnplannedFailoverInput Constructors

Definition

Overloads

A2AUnplannedFailoverInput()

Initializes a new instance of the A2AUnplannedFailoverInput class.

A2AUnplannedFailoverInput(String, String)

Initializes a new instance of the A2AUnplannedFailoverInput class.

A2AUnplannedFailoverInput()

Initializes a new instance of the A2AUnplannedFailoverInput class.

public A2AUnplannedFailoverInput ();
Public Sub New ()

Applies to

A2AUnplannedFailoverInput(String, String)

Initializes a new instance of the A2AUnplannedFailoverInput class.

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

Parameters

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.

cloudServiceCreationOption
String

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

Applies to