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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript