A2APolicyCreationInput 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.
[Newtonsoft.Json.JsonObject("A2A")]
public class A2APolicyCreationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProviderSpecificInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2APolicyCreationInput = class
inherit PolicyProviderSpecificInput
Public Class A2APolicyCreationInput
Inherits PolicyProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
A2APolicyCreationInput() |
Initializes a new instance of the A2APolicyCreationInput class. |
A2APolicyCreationInput(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the A2APolicyCreationInput class. |
Properties
AppConsistentFrequencyInMinutes |
Gets or sets the app consistent snapshot frequency (in minutes). |
CrashConsistentFrequencyInMinutes |
Gets or sets the crash consistent snapshot frequency (in minutes). |
MultiVMSyncStatus |
Gets or sets a value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. Possible values include: 'Enable', 'Disable' |
RecoveryPointHistory |
Gets or sets the duration in minutes until which the recovery points need to be stored. |
Methods
Validate() |
Validate the object. |