SharedGalleryOSDiskImageOutput interface

這是OS磁碟映像。

Extends

繼承的屬性

diskSizeGB

這個屬性表示要建立的 VHD 大小。

hostCaching

磁碟的主機快取。 有效值為 'None'、'ReadOnly' 和 'ReadWrite'

繼承的屬性詳細資料

diskSizeGB

這個屬性表示要建立的 VHD 大小。

diskSizeGB?: number

屬性值

number

繼承自SharedGalleryDiskImageOutput.diskSizeGB

hostCaching

磁碟的主機快取。 有效值為 'None'、'ReadOnly' 和 'ReadWrite'

hostCaching?: "None" | "ReadOnly" | "ReadWrite"

屬性值

"None" | "ReadOnly" | "ReadWrite"

繼承自SharedGalleryDiskImageOutput.hostCaching