你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryImageVersionStorageProfile 类

这是库映像版本的存储配置文件。

继承
azure.mgmt.compute._serialization.Model
GalleryImageVersionStorageProfile

构造函数

GalleryImageVersionStorageProfile(*, source: _models.GalleryArtifactVersionSource | None = None, os_disk_image: _models.GalleryOSDiskImage | None = None, data_disk_images: List[_models.GalleryDataDiskImage] | None = None, **kwargs)

变量

source
GalleryArtifactVersionSource

库项目版本源。

os_disk_image
GalleryOSDiskImage

这是 OS 磁盘映像。

data_disk_images
list[GalleryDataDiskImage]

数据磁盘映像的列表。