GalleryUpdate interface
Specifies information about the Shared Image Gallery that you want to update.
- Extends
Properties
| description | The description of this Shared Image Gallery resource. This property is updatable. |
| identifier | Describes the gallery unique name. |
| identity | The identity of the gallery, if configured. |
| provisioning |
The provisioning state, which only appears in the response. |
| sharing |
Profile for gallery sharing to subscription or tenant |
| sharing |
Sharing status of current gallery. |
| soft |
Contains information about the soft deletion policy of the gallery. |
Property Details
description
The description of this Shared Image Gallery resource. This property is updatable.
description?: string
Property Value
string
identifier
identity
The identity of the gallery, if configured.
identity?: GalleryIdentity
Property Value
provisioningState
The provisioning state, which only appears in the response.
provisioningState?: string
Property Value
string
sharingProfile
Profile for gallery sharing to subscription or tenant
sharingProfile?: SharingProfile
Property Value
sharingStatus
softDeletePolicy
Contains information about the soft deletion policy of the gallery.
softDeletePolicy?: SoftDeletePolicy
Property Value
Inherited Property Details
id
name
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From UpdateResourceDefinition.tags