你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedGalleryImageVersion 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
SharedGalleryImageVersion(*, 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
|
The unique id of this shared 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
|
Resource name. |
location
|
Resource location. |
unique_id
|
The unique id of this shared 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. |