ApplyRecoveryPointInput 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
ApplyRecoveryPointInput() |
Initializes a new instance of the ApplyRecoveryPointInput class. |
ApplyRecoveryPointInput(ApplyRecoveryPointInputProperties) |
Initializes a new instance of the ApplyRecoveryPointInput class. |
ApplyRecoveryPointInput()
Initializes a new instance of the ApplyRecoveryPointInput class.
public ApplyRecoveryPointInput ();
Public Sub New ()
Applies to
ApplyRecoveryPointInput(ApplyRecoveryPointInputProperties)
Initializes a new instance of the ApplyRecoveryPointInput class.
public ApplyRecoveryPointInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInput
Public Sub New (properties As ApplyRecoveryPointInputProperties)
Parameters
- properties
- ApplyRecoveryPointInputProperties
The input properties to apply recovery point.