A2APolicyCreationContent Class
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.
A2A Policy creation input.
public class A2APolicyCreationContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PolicyProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2APolicyCreationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2APolicyCreationContent>
type A2APolicyCreationContent = class
inherit PolicyProviderSpecificContent
interface IJsonModel<A2APolicyCreationContent>
interface IPersistableModel<A2APolicyCreationContent>
Public Class A2APolicyCreationContent
Inherits PolicyProviderSpecificContent
Implements IJsonModel(Of A2APolicyCreationContent), IPersistableModel(Of A2APolicyCreationContent)
- Inheritance
- Implements
Constructors
A2APolicyCreationContent(SetMultiVmSyncStatus) |
Initializes a new instance of A2APolicyCreationContent. |
Properties
AppConsistentFrequencyInMinutes |
The app consistent snapshot frequency (in minutes). |
CrashConsistentFrequencyInMinutes |
The crash consistent snapshot frequency (in minutes). |
MultiVmSyncStatus |
A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. |
RecoveryPointHistory |
The duration in minutes until which the recovery points need to be stored. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET