ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmPolicyDetails 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 InMageRcmPolicyDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmPolicyDetails InMageRcmPolicyDetails(int? recoveryPointHistoryInMinutes = default, int? appConsistentFrequencyInMinutes = default, int? crashConsistentFrequencyInMinutes = default, string enableMultiVmSync = default);
static member InMageRcmPolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmPolicyDetails
Public Shared Function InMageRcmPolicyDetails (Optional recoveryPointHistoryInMinutes As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional enableMultiVmSync As String = Nothing) As InMageRcmPolicyDetails
Parameters
The duration in minutes until which the recovery points need to be stored.
The crash consistent snapshot frequency in minutes.
- enableMultiVmSync
- String
A value indicating whether multi-VM sync has to be enabled.
Returns
A new InMageRcmPolicyDetails instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET