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.
- Inheritance
-
azure.mgmt.compute.v2023_07_03.models._models_py3.PirCommunityGalleryResourceCommunityGalleryImageVersion
Constructor
CommunityGalleryImageVersion(*, unique_id: str | None = None, published_date: datetime | None = None, end_of_life_date: datetime | None = None, exclude_from_latest: bool | None = None, storage_profile: _models.SharedGalleryImageVersionStorageProfile | None = None, disclaimer: str | None = None, artifact_tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
unique_id
|
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. |
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. |
disclaimer
|
The disclaimer for a community gallery resource. |
artifact_tags
|
The artifact tags of a community gallery resource. |
Variables
Name | Description |
---|---|
name
|
Resource name. |
location
|
Resource location. |
type
|
Resource type. |
unique_id
|
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. |
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. |
disclaimer
|
The disclaimer for a community gallery resource. |
artifact_tags
|
The artifact tags of a community gallery resource. |
Azure SDK for Python