ArmRecoveryServicesSiteRecoveryModelFactory.InMagePolicyDetails Method
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.
Initializes a new instance of InMagePolicyDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMagePolicyDetails InMagePolicyDetails (int? recoveryPointThresholdInMinutes = default, int? recoveryPointHistory = default, int? appConsistentFrequencyInMinutes = default, string multiVmSyncStatus = default);
static member InMagePolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMagePolicyDetails
Public Shared Function InMagePolicyDetails (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 InMagePolicyDetails
Parameters
The duration in minutes until which the recovery points need to be stored.
- multiVmSyncStatus
- String
A value indicating whether multi-VM sync has to be enabled.
Returns
A new InMagePolicyDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET