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