Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.A2APolicyDetails Method

Definition

Initializes a new instance of A2APolicyDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2APolicyDetails A2APolicyDetails (int? recoveryPointThresholdInMinutes = default, int? recoveryPointHistory = default, int? appConsistentFrequencyInMinutes = default, string multiVmSyncStatus = default, int? crashConsistentFrequencyInMinutes = default);
static member A2APolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2APolicyDetails
Public Shared Function A2APolicyDetails (Optional recoveryPointThresholdInMinutes As Nullable(Of Integer) = Nothing, Optional recoveryPointHistory As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional multiVmSyncStatus As String = Nothing, Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing) As A2APolicyDetails

Parameters

recoveryPointThresholdInMinutes
Nullable<Int32>

The recovery point threshold in minutes.

recoveryPointHistory
Nullable<Int32>

The duration in minutes until which the recovery points need to be stored.

appConsistentFrequencyInMinutes
Nullable<Int32>

The app consistent snapshot frequency in minutes.

multiVmSyncStatus
String

A value indicating whether multi-VM sync has to be enabled.

crashConsistentFrequencyInMinutes
Nullable<Int32>

The crash consistent snapshot frequency in minutes.

Returns

A new A2APolicyDetails instance for mocking.

Applies to