CommunityGalleryImageVersion Class

Specifies information about the gallery image version that you want to create or update.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

CommunityGalleryImageVersion(*, unique_id: str | None = None, published_date: datetime | None = None, end_of_life_date: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
unique_id
str

The unique id of this community gallery.

Default value: None
published_date

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

Default value: 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.

Default value: None

Variables

Name Description
name
str

Resource name.

location
str

Resource location.

type
str

Resource type.

unique_id
str

The unique id of this community gallery.

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.