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

SharedGalleryImageVersionStorageProfile Class

This is the storage profile of a Gallery Image Version.

Inheritance
azure.mgmt.compute._serialization.Model
SharedGalleryImageVersionStorageProfile

Constructor

SharedGalleryImageVersionStorageProfile(*, os_disk_image: _models.SharedGalleryOSDiskImage | None = None, data_disk_images: List[_models.SharedGalleryDataDiskImage] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
os_disk_image

This is the OS disk image.

data_disk_images

A list of data disk images.

Variables

Name Description
os_disk_image

This is the OS disk image.

data_disk_images

A list of data disk images.