Package version:

New Protection profile input.

interface NewProtectionProfile {
    appConsistentFrequencyInMinutes?: number;
    crashConsistentFrequencyInMinutes?: number;
    multiVmSyncStatus: string;
    policyName: string;
    recoveryPointHistory?: number;
    resourceType: "New";
}

Hierarchy (view full)

Properties

appConsistentFrequencyInMinutes?: number

The app consistent snapshot frequency (in minutes).

crashConsistentFrequencyInMinutes?: number

The crash consistent snapshot frequency (in minutes).

multiVmSyncStatus: string

A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.

policyName: string

The protection profile input.

recoveryPointHistory?: number

The duration in minutes until which the recovery points need to be stored.

resourceType

Polymorphic discriminator, which specifies the different types this object can be