Get Backup Long Term Retention Policy Result
data class GetBackupLongTermRetentionPolicyResult(val azureApiVersion: String, val id: String, val monthlyRetention: String? = null, val name: String, val type: String, val weekOfYear: Int? = null, val weeklyRetention: String? = null, val yearlyRetention: String? = null)
A long term retention policy.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The monthly retention policy for an LTR backup in an ISO 8601 format.
Link copied to clipboard
The weekly retention policy for an LTR backup in an ISO 8601 format.
Link copied to clipboard
The week of year to take the yearly backup in an ISO 8601 format.
Link copied to clipboard
The yearly retention policy for an LTR backup in an ISO 8601 format.