Delen via


NewProtectionProfile Class

Definition

New Protection profile input.

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

Constructors

NewProtectionProfile()

Initializes a new instance of the NewProtectionProfile class.

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

Initializes a new instance of the NewProtectionProfile 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'

PolicyName

Gets or sets the protection profile input.

RecoveryPointHistory

Gets or sets the duration in minutes until which the recovery points need to be stored.

Methods

Validate()

Validate the object.

Applies to