Gallery Class

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

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

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.compute.v2019_03_01.models._models_py3.Resource
Gallery

Constructor

Gallery(*, location: str, tags: Optional[Dict[str, str]] = None, description: Optional[str] = None, identifier: Optional[azure.mgmt.compute.v2019_03_01.models._models_py3.GalleryIdentifier] = None, **kwargs)

Parameters

location
str
Required

Required. Resource location.

tags
dict[str, str]
Required

A set of tags. Resource tags.

description
str
Required

The description of this Shared Image Gallery resource. This property is updatable.

identifier
GalleryIdentifier
Required

Describes the gallery unique name.

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

provisioning_state
str or GalleryPropertiesProvisioningState

The provisioning state, which only appears in the response. Possible values include: "Creating", "Updating", "Failed", "Succeeded", "Deleting", "Migrating".