Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.InMageBasePolicyDetails Method

Definition

Initializes a new instance of InMageBasePolicyDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageBasePolicyDetails InMageBasePolicyDetails (int? recoveryPointThresholdInMinutes = default, int? recoveryPointHistory = default, int? appConsistentFrequencyInMinutes = default, string multiVmSyncStatus = default);
static member InMageBasePolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageBasePolicyDetails
Public Shared Function InMageBasePolicyDetails (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) As InMageBasePolicyDetails

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.

Returns

A new InMageBasePolicyDetails instance for mocking.

Applies to