Compartir a través de


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: 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
str

The location of the resource.

tags
Required

A set of tags. The tags of the resource.

author
Required
str

The author of the gallery image.

description
Required
str

The description of the gallery image.

image_reference
Required

The image reference of the gallery image.

icon
Required
str

The icon of the gallery image.

enabled
Required

Indicates whether this gallery image is enabled.

plan_id
Required
str

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
Required
tags
Required
author
Required
description
Required
image_reference
Required
icon
Required
enabled
Required
plan_id
Required
is_plan_authorized
Required

Variables

Name Description
id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

created_date

The creation date of the gallery image.