A2ARecoveryPointDetails 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
A2ARecoveryPointDetails() |
Initializes a new instance of the A2ARecoveryPointDetails class. |
A2ARecoveryPointDetails(String, IList<String>) |
Initializes a new instance of the A2ARecoveryPointDetails class. |
A2ARecoveryPointDetails()
Initializes a new instance of the A2ARecoveryPointDetails class.
public A2ARecoveryPointDetails ();
Public Sub New ()
Applies to
A2ARecoveryPointDetails(String, IList<String>)
Initializes a new instance of the A2ARecoveryPointDetails class.
public A2ARecoveryPointDetails (string recoveryPointSyncType = default, System.Collections.Generic.IList<string> disks = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ARecoveryPointDetails : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ARecoveryPointDetails
Public Sub New (Optional recoveryPointSyncType As String = Nothing, Optional disks As IList(Of String) = Nothing)
Parameters
- recoveryPointSyncType
- String
A value indicating whether the recovery point is multi VM consistent. Possible values include: 'MultiVmSyncRecoveryPoint', 'PerVmRecoveryPoint'