ArmRecoveryServicesSiteRecoveryModelFactory.InMagePolicyContent 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 InMagePolicyContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMagePolicyContent InMagePolicyContent (int? recoveryPointThresholdInMinutes = default, int? recoveryPointHistory = default, int? appConsistentFrequencyInMinutes = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SetMultiVmSyncStatus multiVmSyncStatus = default);
static member InMagePolicyContent : Nullable<int> * Nullable<int> * Nullable<int> * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SetMultiVmSyncStatus -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMagePolicyContent
Public Shared Function InMagePolicyContent (Optional recoveryPointThresholdInMinutes As Nullable(Of Integer) = Nothing, Optional recoveryPointHistory As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional multiVmSyncStatus As SetMultiVmSyncStatus = Nothing) As InMagePolicyContent
Parameters
The duration in minutes until which the recovery points need to be stored.
- multiVmSyncStatus
- SetMultiVmSyncStatus
A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.
Returns
A new InMagePolicyContent instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET