InMageRcmApplyRecoveryPointInput 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
InMageRcmApplyRecoveryPointInput() |
Initializes a new instance of the InMageRcmApplyRecoveryPointInput class. |
InMageRcmApplyRecoveryPointInput(String) |
Initializes a new instance of the InMageRcmApplyRecoveryPointInput class. |
InMageRcmApplyRecoveryPointInput()
Initializes a new instance of the InMageRcmApplyRecoveryPointInput class.
public InMageRcmApplyRecoveryPointInput ();
Public Sub New ()
Applies to
InMageRcmApplyRecoveryPointInput(String)
Initializes a new instance of the InMageRcmApplyRecoveryPointInput class.
public InMageRcmApplyRecoveryPointInput (string recoveryPointId);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmApplyRecoveryPointInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmApplyRecoveryPointInput
Public Sub New (recoveryPointId As String)
Parameters
- recoveryPointId
- String
The recovery point Id.