InMageRcmFailbackReprotectInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.