Share via


InMageRcmFailbackReprotectInput Constructors

Definition

Overloads

InMageRcmFailbackReprotectInput()

Initializes a new instance of the InMageRcmFailbackReprotectInput class.

InMageRcmFailbackReprotectInput(String, String, String)

Initializes a new instance of the InMageRcmFailbackReprotectInput class.

InMageRcmFailbackReprotectInput()

Initializes a new instance of the InMageRcmFailbackReprotectInput class.

public InMageRcmFailbackReprotectInput ();
Public Sub New ()

Applies to

InMageRcmFailbackReprotectInput(String, String, String)

Initializes a new instance of the InMageRcmFailbackReprotectInput class.

public InMageRcmFailbackReprotectInput (string processServerId, string policyId, string runAsAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackReprotectInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackReprotectInput
Public Sub New (processServerId As String, policyId As String, Optional runAsAccountId As String = Nothing)

Parameters

processServerId
String

The process server Id.

policyId
String

The Policy Id.

runAsAccountId
String

The run as account Id.

Applies to