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
str

The location of the resource.

Default value: None
tags

The tags of the resource.

Default value: None
author
str

The author of the gallery image.

Default value: None
description
str

The description of the gallery image.

Default value: None
image_reference

The image reference of the gallery image.

Default value: None
icon
str

The icon of the gallery image.

Default value: None
enabled

Indicates whether this gallery image is enabled.

Default value: None
plan_id
str

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
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

The location of the resource.

tags

The tags of the resource.

author
str

The author of the gallery image.

created_date

The creation date of the gallery image.

description
str

The description of the gallery image.

image_reference

The image reference of the gallery image.

icon
str

The icon of the gallery image.

enabled

Indicates whether this gallery image is enabled.

plan_id
str

The third party plan that applies to this image.

is_plan_authorized

Indicates if the plan has been authorized for programmatic deployment.