Delen via


A2ARecoveryPointDetails Constructors

Definition

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'

disks
IList<String>

List of disk ids representing a recovery point.

Applies to