StorageConfigurationSettingsArgs

data class StorageConfigurationSettingsArgs(val diskConfigurationType: Output<Either<String, DiskConfigurationType>>? = null, val enableStorageConfigBlade: Output<Boolean>? = null, val sqlDataSettings: Output<SQLStorageSettingsArgs>? = null, val sqlLogSettings: Output<SQLStorageSettingsArgs>? = null, val sqlSystemDbOnDataDisk: Output<Boolean>? = null, val sqlTempDbSettings: Output<SQLTempDbSettingsArgs>? = null, val storageWorkloadType: Output<Either<String, StorageWorkloadType>>? = null) : ConvertibleToJava<StorageConfigurationSettingsArgs>

Storage Configurations for SQL Data, Log and TempDb.

Constructors

Link copied to clipboard
constructor(diskConfigurationType: Output<Either<String, DiskConfigurationType>>? = null, enableStorageConfigBlade: Output<Boolean>? = null, sqlDataSettings: Output<SQLStorageSettingsArgs>? = null, sqlLogSettings: Output<SQLStorageSettingsArgs>? = null, sqlSystemDbOnDataDisk: Output<Boolean>? = null, sqlTempDbSettings: Output<SQLTempDbSettingsArgs>? = null, storageWorkloadType: Output<Either<String, StorageWorkloadType>>? = 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 enableStorageConfigBlade: Output<Boolean>? = null

Enable SQL IaaS Agent storage configuration blade in Azure Portal.

Link copied to clipboard

SQL Server Data Storage Settings.

Link copied to clipboard

SQL Server Log Storage Settings.

Link copied to clipboard
val sqlSystemDbOnDataDisk: Output<Boolean>? = null

SQL Server SystemDb Storage on DataPool if true.

Link copied to clipboard

SQL Server TempDb Storage Settings.

Link copied to clipboard
val storageWorkloadType: Output<Either<String, StorageWorkloadType>>? = null

Storage workload type.

Functions

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