GalleryImage Class
A gallery image.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
GalleryImage(*, location: str | None = None, tags: dict[str, str] | None = None, author: str | None = None, description: str | None = None, image_reference: _models.GalleryImageReference | None = None, icon: str | None = None, enabled: bool | None = None, plan_id: str | None = None, is_plan_authorized: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
The location of the resource. Default value: None
|
|
tags
|
The tags of the resource. Default value: None
|
|
author
|
The author of the gallery image. Default value: None
|
|
description
|
The description of the gallery image. Default value: None
|
|
image_reference
|
The image reference of the gallery image. Default value: None
|
|
icon
|
The icon of the gallery image. Default value: None
|
|
enabled
|
Indicates whether this gallery image is enabled. Default value: None
|
|
plan_id
|
The third party plan that applies to this image. Default value: None
|
|
is_plan_authorized
|
Indicates if the plan has been authorized for programmatic deployment. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The identifier of the resource. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. |
|
location
|
The location of the resource. |
|
tags
|
The tags of the resource. |
|
author
|
The author of the gallery image. |
|
created_date
|
The creation date of the gallery image. |
|
description
|
The description of the gallery image. |
|
image_reference
|
The image reference of the gallery image. |
|
icon
|
The icon of the gallery image. |
|
enabled
|
Indicates whether this gallery image is enabled. |
|
plan_id
|
The third party plan that applies to this image. |
|
is_plan_authorized
|
Indicates if the plan has been authorized for programmatic deployment. |