ImageDiskReference Class
The source image used for creating the disk.
Constructor
ImageDiskReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
A relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image reference. |
|
shared_gallery_image_id
|
A relative uri containing a direct shared Azure Compute Gallery image reference. |
|
community_gallery_image_id
|
A relative uri containing a community Azure Compute Gallery image reference. |
|
lun
|
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. |
Attributes
community_gallery_image_id
A relative uri containing a community Azure Compute Gallery image reference.
community_gallery_image_id: str | None
id
A relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image reference.
id: str | None
lun
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.
lun: int | None
shared_gallery_image_id
A relative uri containing a direct shared Azure Compute Gallery image reference.
shared_gallery_image_id: str | None