StorageProfileResponse

data class StorageProfileResponse(val backupRetentionDays: Int? = null, val geoRedundantBackup: String? = null, val storageAutogrow: String? = null, val storageMB: Int? = null)

Storage Profile properties of a server

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Int? = null, geoRedundantBackup: String? = null, storageAutogrow: String? = null, storageMB: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup retention days for the server.

Link copied to clipboard

Enable Geo-redundant or not for server backup.

Link copied to clipboard
val storageAutogrow: String? = null

Enable Storage Auto Grow.

Link copied to clipboard
val storageMB: Int? = null

Max storage allowed for a server.