SqlStorageUpdateSettingsResponse

data class SqlStorageUpdateSettingsResponse(val diskConfigurationType: String? = null, val diskCount: Int? = null, val startingDeviceId: Int? = null)

Set disk storage settings for SQL Server.

Constructors

Link copied to clipboard
constructor(diskConfigurationType: String? = null, diskCount: Int? = null, startingDeviceId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disk configuration to apply to SQL Server.

Link copied to clipboard
val diskCount: Int? = null

Virtual machine disk count.

Link copied to clipboard
val startingDeviceId: Int? = null

Device id of the first disk to be updated.