SharedGalleryImageVersionStorageProfile Class

This is the storage profile of a Gallery Image Version.

Constructor

SharedGalleryImageVersionStorageProfile(*args: Any, **kwargs: Any)

Variables

Name Description
os_disk_image

This is the OS disk image.

data_disk_images

A list of data disk images.

Attributes

data_disk_images

A list of data disk images.

data_disk_images: list['_models.SharedGalleryDataDiskImage'] | None

os_disk_image

This is the OS disk image.

os_disk_image: _models.SharedGalleryOSDiskImage | None