Sql Storage Update Settings Args
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)