你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

A2APolicyCreationInput Class

Definition

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
A2APolicyCreationInput
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.

Applies to