SqlStorageUpdateSettingsArgs

data class SqlStorageUpdateSettingsArgs(val diskConfigurationType: Output<Either<String, DiskConfigurationType>>? = null, val diskCount: Output<Int>? = null, val startingDeviceId: Output<Int>? = null) : ConvertibleToJava<SqlStorageUpdateSettingsArgs>

Set disk storage settings for SQL Server.

Constructors

Link copied to clipboard
constructor(diskConfigurationType: Output<Either<String, DiskConfigurationType>>? = null, diskCount: Output<Int>? = null, startingDeviceId: Output<Int>? = null)

Properties

Link copied to clipboard
val diskConfigurationType: Output<Either<String, DiskConfigurationType>>? = null

Disk configuration to apply to SQL Server.

Link copied to clipboard
val diskCount: Output<Int>? = null

Virtual machine disk count.

Link copied to clipboard
val startingDeviceId: Output<Int>? = null

Device id of the first disk to be updated.

Functions

Link copied to clipboard
open override fun toJava(): SqlStorageUpdateSettingsArgs