IStorageConfigurationSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.StorageConfigurationSettingsTypeConverter))]
public interface IStorageConfigurationSettings : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.StorageConfigurationSettingsTypeConverter))>]
type IStorageConfigurationSettings = interface
interface IJsonSerializable
Public Interface IStorageConfigurationSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DiskConfigurationType |
Disk configuration to apply to SQL Server. |
SqlDataSettingDefaultFilePath |
SQL Server default file path |
SqlDataSettingLun |
Logical Unit Numbers for the disks. |
SqlLogSettingDefaultFilePath |
SQL Server default file path |
SqlLogSettingLun |
Logical Unit Numbers for the disks. |
SqlSystemDbOnDataDisk |
SQL Server SystemDb Storage on DataPool if true. |
SqlTempDbSettingDataFileCount |
SQL Server tempdb data file count |
SqlTempDbSettingDataFileSize |
SQL Server tempdb data file size |
SqlTempDbSettingDataGrowth |
SQL Server tempdb data file autoGrowth size |
SqlTempDbSettingDefaultFilePath |
SQL Server default file path |
SqlTempDbSettingLogFileSize |
SQL Server tempdb log file size |
SqlTempDbSettingLogGrowth |
SQL Server tempdb log file autoGrowth size |
SqlTempDbSettingLun |
Logical Unit Numbers for the disks. |
SqlTempDbSettingPersistFolder |
SQL Server tempdb persist folder choice |
SqlTempDbSettingPersistFolderPath |
SQL Server tempdb persist folder location |
StorageWorkloadType |
Storage workload type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |