GalleryImage Class

A gallery image.

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

Inheritance
azure.mgmt.devtestlabs.models._models_py3.Resource
GalleryImage

Constructor

GalleryImage(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, author: Optional[str] = None, description: Optional[str] = None, image_reference: Optional[azure.mgmt.devtestlabs.models._models_py3.GalleryImageReference] = None, icon: Optional[str] = None, enabled: Optional[bool] = None, plan_id: Optional[str] = None, is_plan_authorized: Optional[bool] = None, **kwargs)

Parameters

location
str
Required

The location of the resource.

tags
dict[str, str]
Required

A set of tags. The tags of the resource.

author
str
Required

The author of the gallery image.

description
str
Required

The description of the gallery image.

image_reference
GalleryImageReference
Required

The image reference of the gallery image.

icon
str
Required

The icon of the gallery image.

enabled
bool
Required

Indicates whether this gallery image is enabled.

plan_id
str
Required

The third party plan that applies to this image.

is_plan_authorized
bool
Required

Indicates if the plan has been authorized for programmatic deployment.

Variables

id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

created_date
datetime

The creation date of the gallery image.