GalleryProperties Class
Describes the properties of a Shared Image Gallery.
Constructor
GalleryProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
The description of this Shared Image Gallery resource. This property is updatable. |
|
identifier
|
Describes the gallery unique name. |
|
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
|
sharing_profile
|
Profile for gallery sharing to subscription or tenant. |
|
soft_delete_policy
|
Contains information about the soft deletion policy of the gallery. |
|
sharing_status
|
Sharing status of current gallery. |
Attributes
description
The description of this Shared Image Gallery resource. This property is updatable.
description: str | None
identifier
Describes the gallery unique name.
identifier: _models.GalleryIdentifier | None
provisioning_state
"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".
provisioning_state: str | _models.GalleryProvisioningState | None
sharing_profile
Profile for gallery sharing to subscription or tenant.
sharing_profile: _models.SharingProfile | None
sharing_status
Sharing status of current gallery.
sharing_status: _models.SharingStatus | None
soft_delete_policy
Contains information about the soft deletion policy of the gallery.
soft_delete_policy: _models.SoftDeletePolicy | None