你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedGalleryImageVersionStorageProfile 类
这是库映像版本的存储配置文件。
- 继承
-
azure.mgmt.compute._serialization.ModelSharedGalleryImageVersionStorageProfile
构造函数
SharedGalleryImageVersionStorageProfile(*, os_disk_image: _models.SharedGalleryOSDiskImage | None = None, data_disk_images: List[_models.SharedGalleryDataDiskImage] | None = None, **kwargs)
变量
- os_disk_image
- SharedGalleryOSDiskImage
这是 OS 磁盘映像。
- data_disk_images
- list[SharedGalleryDataDiskImage]
数据磁盘映像的列表。