SqlStorageUpdateSettings interface
Set disk storage settings for SQL Server.
Properties
disk |
Disk configuration to apply to SQL Server. |
disk |
Virtual machine disk count. |
starting |
Device id of the first disk to be updated. |
Property Details
diskConfigurationType
Disk configuration to apply to SQL Server.
diskConfigurationType?: string
Property Value
string
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript