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

InMagePolicyInput Class

Definition

VMWare Azure specific protection profile Input.

[Newtonsoft.Json.JsonObject("InMage")]
public class InMagePolicyInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProviderSpecificInput
[<Newtonsoft.Json.JsonObject("InMage")>]
type InMagePolicyInput = class
    inherit PolicyProviderSpecificInput
Public Class InMagePolicyInput
Inherits PolicyProviderSpecificInput
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

InMagePolicyInput()

Initializes a new instance of the InMagePolicyInput class.

InMagePolicyInput(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the InMagePolicyInput class.

Properties

AppConsistentFrequencyInMinutes

Gets or sets the app 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.

RecoveryPointThresholdInMinutes

Gets or sets the recovery point threshold in minutes.

Methods

Validate()

Validate the object.

Applies to