你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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