StorageConfigurationSettingsResponse

data class StorageConfigurationSettingsResponse(val diskConfigurationType: String? = null, val sqlDataSettings: SQLStorageSettingsResponse? = null, val sqlLogSettings: SQLStorageSettingsResponse? = null, val sqlTempDbSettings: SQLStorageSettingsResponse? = null, val storageWorkloadType: String? = null)

Storage Configurations for SQL Data, Log and TempDb.

Constructors

Link copied to clipboard
constructor(diskConfigurationType: String? = null, sqlDataSettings: SQLStorageSettingsResponse? = null, sqlLogSettings: SQLStorageSettingsResponse? = null, sqlTempDbSettings: SQLStorageSettingsResponse? = null, storageWorkloadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disk configuration to apply to SQL Server.

Link copied to clipboard

SQL Server Data Storage Settings.

Link copied to clipboard

SQL Server Log Storage Settings.

Link copied to clipboard

SQL Server TempDb Storage Settings.

Link copied to clipboard

Storage workload type.