你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryUpdate Class

Specifies information about the Shared Image Gallery that you want to update.

Constructor

GalleryUpdate(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

tags

Resource tags.

properties

Describes the properties of a Shared Image Gallery.

identity

The identity of the gallery, if configured.

Attributes

identity

The identity of the gallery, if configured.

identity: _models.GalleryIdentity | None

properties

Describes the properties of a Shared Image Gallery.

properties: _models.GalleryProperties | None