Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.A2ARecoveryPointDetails Method

Definition

Initializes a new instance of A2ARecoveryPointDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ARecoveryPointDetails A2ARecoveryPointDetails (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPointSyncType? recoveryPointSyncType = default, System.Collections.Generic.IEnumerable<string> disks = default);
static member A2ARecoveryPointDetails : Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPointSyncType> * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ARecoveryPointDetails
Public Shared Function A2ARecoveryPointDetails (Optional recoveryPointSyncType As Nullable(Of RecoveryPointSyncType) = Nothing, Optional disks As IEnumerable(Of String) = Nothing) As A2ARecoveryPointDetails

Parameters

recoveryPointSyncType
Nullable<RecoveryPointSyncType>

A value indicating whether the recovery point is multi VM consistent.

disks
IEnumerable<String>

List of disk ids representing a recovery point.

Returns

A new A2ARecoveryPointDetails instance for mocking.

Applies to