Freigeben über


InMageAzureV2PolicyInput Class

Definition

VMWare Azure specific policy Input.

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

Constructors

InMageAzureV2PolicyInput()

Initializes a new instance of the InMageAzureV2PolicyInput class.

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

Initializes a new instance of the InMageAzureV2PolicyInput 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.

RecoveryPointThresholdInMinutes

Gets or sets the recovery point threshold in minutes.

Methods

Validate()

Validate the object.

Applies to