SharedGalleryImageVersionProperties Class

Describes the properties of a gallery image version.

Constructor

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

Variables

Name Description
published_date

The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

end_of_life_date

The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

exclude_from_latest

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

storage_profile

Describes the storage profile of the image version.

artifact_tags

The artifact tags of a shared gallery resource.

Attributes

artifact_tags

The artifact tags of a shared gallery resource.

artifact_tags: dict[str, str] | None

end_of_life_date

The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

end_of_life_date: datetime | None

exclude_from_latest

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

exclude_from_latest: bool | None

published_date

The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

published_date: datetime | None

storage_profile

Describes the storage profile of the image version.

storage_profile: _models.SharedGalleryImageVersionStorageProfile | None