SqlStorageUpdateSettings interface

Set disk storage settings for SQL Server.

Properties

diskConfigurationType

Disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'

diskCount

Virtual machine disk count.

startingDeviceId

Device id of the first disk to be updated.

Property Details

diskConfigurationType

Disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'

diskConfigurationType?: DiskConfigurationType

Property Value

diskCount

Virtual machine disk count.

diskCount?: number

Property Value

number

startingDeviceId

Device id of the first disk to be updated.

startingDeviceId?: number

Property Value

number