Vault Retention Policy Response
data class VaultRetentionPolicyResponse(val snapshotRetentionInDays: Int, val vaultRetention: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>)
Vault retention policy for AzureFileShare
Constructors
Link copied to clipboard
constructor(snapshotRetentionInDays: Int, vaultRetention: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>)