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: GalleryImageReference | None = None, icon: str | None = None, enabled: bool | None = None, plan_id: str | None = None, is_plan_authorized: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
The location of the resource. |
tags
Required
|
A set of tags. The tags of the resource. |
author
Required
|
The author of the gallery image. |
description
Required
|
The description of the gallery image. |
image_reference
Required
|
The image reference of the gallery image. |
icon
Required
|
The icon of the gallery image. |
enabled
Required
|
Indicates whether this gallery image is enabled. |
plan_id
Required
|
The third party plan that applies to this image. |
is_plan_authorized
Required
|
Indicates if the plan has been authorized for programmatic deployment. |
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Default value: None
|
tags
|
Default value: None
|
author
|
Default value: None
|
description
|
Default value: None
|
image_reference
|
Default value: None
|
icon
|
Default value: None
|
enabled
|
Default value: None
|
plan_id
|
Default value: None
|
is_plan_authorized
|
Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python