Partilhar via


StorageConfigurationSettings interface

Storage Configurations for SQL Data, Log and TempDb.

Properties

diskConfigurationType

Disk configuration to apply to SQL Server.

sqlDataSettings

SQL Server Data Storage Settings.

sqlLogSettings

SQL Server Log Storage Settings.

sqlSystemDbOnDataDisk

SQL Server SystemDb Storage on DataPool if true.

sqlTempDbSettings

SQL Server TempDb Storage Settings.

storageWorkloadType

Storage workload type.

Property Details

diskConfigurationType

Disk configuration to apply to SQL Server.

diskConfigurationType?: string

Property Value

string

sqlDataSettings

SQL Server Data Storage Settings.

sqlDataSettings?: SQLStorageSettings

Property Value

sqlLogSettings

SQL Server Log Storage Settings.

sqlLogSettings?: SQLStorageSettings

Property Value

sqlSystemDbOnDataDisk

SQL Server SystemDb Storage on DataPool if true.

sqlSystemDbOnDataDisk?: boolean

Property Value

boolean

sqlTempDbSettings

SQL Server TempDb Storage Settings.

sqlTempDbSettings?: SQLTempDbSettings

Property Value

storageWorkloadType

Storage workload type.

storageWorkloadType?: string

Property Value

string