ImageDiskReference Class

The source image used for creating the disk.

All required parameters must be populated in order to send to Azure.

Inheritance
ImageDiskReference

Constructor

ImageDiskReference(*, id: str, lun: Optional[int] = None, **kwargs)

Parameters

id
str
Required

Required. A relative uri containing either a Platform Image Repository or user image reference.

lun
int
Required

If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null.