GetBackupShortTermRetentionPolicyResult

data class GetBackupShortTermRetentionPolicyResult(val azureApiVersion: String, val diffBackupIntervalInHours: Int? = null, val id: String, val name: String, val retentionDays: Int? = null, val type: String)

A short term retention policy.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, diffBackupIntervalInHours: Int? = null, id: String, name: String, retentionDays: Int? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard
val retentionDays: Int? = null

The backup retention period in days. This is how many days Point-in-Time Restore will be supported.

Link copied to clipboard

Resource type.