MigrationRecoveryPointProperties 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
MigrationRecoveryPointProperties() |
Initializes a new instance of the MigrationRecoveryPointProperties class. |
MigrationRecoveryPointProperties(Nullable<DateTime>, String) |
Initializes a new instance of the MigrationRecoveryPointProperties class. |
MigrationRecoveryPointProperties()
Initializes a new instance of the MigrationRecoveryPointProperties class.
public MigrationRecoveryPointProperties ();
Public Sub New ()
Applies to
MigrationRecoveryPointProperties(Nullable<DateTime>, String)
Initializes a new instance of the MigrationRecoveryPointProperties class.
public MigrationRecoveryPointProperties (DateTime? recoveryPointTime = default, string recoveryPointType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationRecoveryPointProperties : Nullable<DateTime> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationRecoveryPointProperties
Public Sub New (Optional recoveryPointTime As Nullable(Of DateTime) = Nothing, Optional recoveryPointType As String = Nothing)
Parameters
- recoveryPointType
- String
The recovery point type. Possible values include: 'NotSpecified', 'ApplicationConsistent', 'CrashConsistent'