ASRRecoveryPoint 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
ASRRecoveryPoint() |
Initializes a new instance of the ASRRecoveryPoint class. |
ASRRecoveryPoint(RecoveryPoint) |
Initializes a new instance of the ASRRecoveryPoint class. |
ASRRecoveryPoint()
Initializes a new instance of the ASRRecoveryPoint class.
public ASRRecoveryPoint ();
Public Sub New ()
Applies to
ASRRecoveryPoint(RecoveryPoint)
Initializes a new instance of the ASRRecoveryPoint class.
public ASRRecoveryPoint (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint recoveryPoint);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint
Public Sub New (recoveryPoint As RecoveryPoint)
Parameters
- recoveryPoint
- RecoveryPoint
Recovery point object to read values from.