GetReplicationPolicyResult

data class GetReplicationPolicyResult(val applicationConsistentSnapshotFrequencyInMinutes: Int, val id: String, val name: String, val recoveryPointRetentionInMinutes: Int, val recoveryVaultName: String, val resourceGroupName: String)

A collection of values returned by getReplicationPolicy.

Constructors

Link copied to clipboard
constructor(applicationConsistentSnapshotFrequencyInMinutes: Int, id: String, name: String, recoveryPointRetentionInMinutes: Int, recoveryVaultName: String, resourceGroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Specifies the frequency (in minutes) at which to create application consistent recovery.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard