StorageResponse

data class StorageResponse(val autoGrow: String? = null, val autoIoScaling: String? = null, val iops: Int? = null, val logOnDisk: String? = null, val storageRedundancy: String? = null, val storageSizeGB: Int? = null, val storageSku: String)

Storage Profile properties of a server

Constructors

Link copied to clipboard
constructor(autoGrow: String? = null, autoIoScaling: String? = null, iops: Int? = null, logOnDisk: String? = null, storageRedundancy: String? = null, storageSizeGB: Int? = null, storageSku: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoGrow: String? = null

Enable Storage Auto Grow or not.

Link copied to clipboard
val autoIoScaling: String? = null

Enable IO Auto Scaling or not.

Link copied to clipboard
val iops: Int? = null

Storage IOPS for a server.

Link copied to clipboard
val logOnDisk: String? = null

Enable Log On Disk or not.

Link copied to clipboard

The redundant type of the server storage. The parameter is used for server creation.

Link copied to clipboard
val storageSizeGB: Int? = null

Max storage size allowed for a server.

Link copied to clipboard

The sku name of the server storage.