InMageRcmTestFailoverInput 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
InMageRcmTestFailoverInput() |
Initializes a new instance of the InMageRcmTestFailoverInput class. |
InMageRcmTestFailoverInput(String, String) |
Initializes a new instance of the InMageRcmTestFailoverInput class. |
InMageRcmTestFailoverInput()
Initializes a new instance of the InMageRcmTestFailoverInput class.
public InMageRcmTestFailoverInput ();
Public Sub New ()
Applies to
InMageRcmTestFailoverInput(String, String)
Initializes a new instance of the InMageRcmTestFailoverInput class.
public InMageRcmTestFailoverInput (string networkId = default, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmTestFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmTestFailoverInput
Public Sub New (Optional networkId As String = Nothing, Optional recoveryPointId As String = Nothing)
Parameters
- networkId
- String
The test network Id.
- 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.